Remove GNOME

This commit is contained in:
Oliver Davies 2024-11-12 20:10:08 +00:00
parent abc0e5d429
commit bcbdb5a2d5
3 changed files with 2 additions and 6 deletions

View file

@ -203,6 +203,8 @@ in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
programs.dconf.enable = true;
programs.zsh.enable = true;
programs.zsh.histSize = 5000;

View file

@ -42,7 +42,6 @@ inputs.nixpkgs.lib.nixosSystem {
}
(import ../../modules/nixos/autorandr.nix)
(import ../../modules/nixos/gnome.nix)
(import ../../modules/nixos/i3.nix {
inherit
inputs

View file

@ -1,5 +0,0 @@
{
services = {
xserver.desktopManager.gnome.enable = true;
};
}