feat: test user+plasma

This commit is contained in:
2026-07-25 17:18:03 -07:00
parent 5505bbc784
commit 68de58a80c
16 changed files with 3382 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@ in
../common/global/default.nix
../common/users/Winter/default.nix
../common/users/Ekisha/default.nix
../common/features/Desktop.nix
../common/features/Applications.nix
../common/features/servers/minecraft.nix
@@ -67,6 +68,7 @@ in
users = {
Winter = import ../../home/Winter/${hostname}.nix;
minecraft = import ../../home/Winter/minecraft.nix;
Ekisha = import ../../home/Ekisha/${hostname}.nix;
};
};