~ruther/nixos-config

fd6673f0c29c879b8ef830b84013241dd29c2bf9 — Frantisek Bohacek 10 months ago 1d96dac
feat: remove gnome profiles from laptop-phobos
2 files changed, 0 insertions(+), 2 deletions(-)

M nixos/hosts/laptop-phobos/default.nix
M nixos/hosts/laptop-phobos/home.nix
M nixos/hosts/laptop-phobos/default.nix => nixos/hosts/laptop-phobos/default.nix +0 -1
@@ 26,7 26,6 @@
  nixos-config.isLaptop = true;
  profiles.virtualisation.enable = true;
  profiles.desktop.qtile.enable = true;
  profiles.desktop.gnome.enable = true;
  profiles.vpn.enable = true;
  profiles.sync.enable = true;
  profiles.development = {

M nixos/hosts/laptop-phobos/home.nix => nixos/hosts/laptop-phobos/home.nix +0 -1
@@ 1,7 1,6 @@
{
  profiles.development.enable = true;
  profiles.desktop.qtile.enable = true;
  profiles.desktop.gnome.enable = true;
  profiles.desktop.dwl.enable = true;
  profiles.matrix.enable = true;
}

Do not follow this link