meta: Dump changes

This commit is contained in:
2022-06-15 19:43:12 +02:00
parent 136c3a2340
commit eb8670c04f
14 changed files with 269 additions and 235 deletions

View File

@@ -39,7 +39,6 @@ in {
# For config
dconf # For home-manager
];
gnome.excludePackages = pkgs.gnome.optionalPackages;
};
services = {
@@ -72,10 +71,6 @@ in {
libinput.enable = true;
desktopManager.gnome.enable = true;
displayManager.gdm = {
enable = true;
wayland = true;
};
};
};