[NixOS] Flake update

This commit is contained in:
2024-05-11 23:42:45 -06:00
parent 3004f57c1a
commit da865671ad
5 changed files with 119 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{ config, makeEnable, ... }:
makeEnable config "modules.gnome" false {
services.xserver = {
desktopManager.gnome3.enable = true;
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
};
}