Remove GNOME
This commit is contained in:
parent
abc0e5d429
commit
bcbdb5a2d5
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
services = {
|
||||
xserver.desktopManager.gnome.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue