Add GNOME
- Add config option to switch between window managers / desktop environments - Remove systemPackages attribute when a service or program attribute is available - Add GNOME to gui
This commit is contained in:
10
system/gui/gnome.nix
Normal file
10
system/gui/gnome.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./x11.nix
|
||||
];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
}
|
Reference in New Issue
Block a user