initial commit + sops!
This commit is contained in:
12
modules/gnome.nix
Normal file
12
modules/gnome.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, stylix, ... }:
|
||||
{
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# stylix.targets.gnome.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user