We do a little refactoring + plasma theming

This commit is contained in:
Jo 2024-04-25 02:33:53 +02:00
parent 05b36550a3
commit 39dd3f47c8
22 changed files with 257 additions and 397 deletions

View file

@ -0,0 +1,14 @@
{
inputs,
lib,
config,
pkgs,
...
}: {
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}