mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Update deprecated naming
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
services.xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = false;
|
||||
nvidiaWayland = false;
|
||||
};
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
|
@@ -7,7 +7,6 @@
|
||||
system.stateVersion = "unstable";
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
nix.autoOptimiseStore = true;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
nix.package = pkgs.nixUnstable;
|
||||
|
||||
|
Reference in New Issue
Block a user