initial commit + sops!

This commit is contained in:
2025-01-02 23:29:54 -06:00
parent 0d690aa523
commit a2ec55e821
13 changed files with 1001 additions and 0 deletions

12
modules/gnome.nix Normal file
View 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;
}