Update deprecated naming

This commit is contained in:
Dave Gallant
2022-02-05 16:09:28 -05:00
parent f12d2c3558
commit 02873df2fa
4 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,6 @@
services.xserver.displayManager.gdm = {
enable = true;
wayland = false;
nvidiaWayland = false;
};
services.xserver.desktopManager.gnome.enable = true;

View File

@@ -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;