move some common stuff to shared files

This commit is contained in:
2025-01-10 23:24:46 -06:00
parent d01c79bea1
commit 7e079c7b61
6 changed files with 148 additions and 249 deletions

View File

@@ -1,12 +1,11 @@
{ config, pkgs, stylix, ... }:
{
# Enable the X11 windowing system.
services.xserver.enable = true;
# 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;
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}