universedesktop: test gnome

This commit is contained in:
2025-01-31 23:38:34 -05:00
parent 9140259a7a
commit 64b34c50fa
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: {
imports = [
./audio.nix
./emptty.nix
./dwl.nix
#./dwl.nix
./gnome.nix
];
}

View File

@@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }: {
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}