This commit is contained in:
2026-03-28 11:21:07 +02:00
parent 48130f4166
commit 5cea40cfc9
5 changed files with 30 additions and 3 deletions

View File

@@ -4,8 +4,7 @@ let
userName = "kris";
realName = "Kris";
configRoot = "/etc/nixos";
homeDir = "/home/${userName}";
quickshellRoot = "${homeDir}/Projects/DeltaruneQuickshell";
quickshellRoot = "${configRoot}/Shell";
in {
imports = [