This commit is contained in:
2026-06-10 19:59:29 +02:00
parent bb427145df
commit 118a00f6d7
7 changed files with 163 additions and 21 deletions
+6 -2
View File
@@ -5,14 +5,18 @@ let
userName = "gamer";
fullName = "Gaming User";
# Desktop-Auswahl:
# Desktop auswählen, indem du genau diese Zeile änderst:
# ./modules/desktop/kde.nix
# ./modules/desktop/gnome.nix
# ./modules/desktop/budgie.nix
# ./modules/desktop/hyprland.nix
desktopConfig = ./modules/desktop/kde.nix;
# Grafiktreiber-Auswahl:
# GPU/Treiber auswählen, indem du genau diese Zeile änderst:
# ./modules/graphics/mesa-amd.nix
# ./modules/graphics/mesa-amd-opencl.nix
# ./modules/graphics/nvidia.nix
# ./modules/graphics/nvidia-open.nix
graphicsConfig = ./modules/graphics/mesa-amd.nix;
in