Testing VM with different user

This commit is contained in:
Chris Toph 2025-05-28 17:02:16 -04:00
parent 1857f4e42b
commit e7c2814588

View file

@ -13,7 +13,7 @@
... ...
}: }:
let let
username = "toph"; username = "cesar";
user = config.secretsSpec.users.${username}; user = config.secretsSpec.users.${username};
in in
{ {
@ -28,10 +28,7 @@ in
## Optional Configs ## ## Optional Configs ##
"hosts/global/common/audio.nix" # pipewire and cli controls "hosts/global/common/audio.nix" # pipewire and cli controls
# "hosts/global/common/gaming.nix" # steam, gamescope, gamemode, and related hardware "hosts/global/common/gnome.nix" # desktop
# "hosts/global/common/gnome.nix" # desktop
"hosts/global/common/hyprland" # desktop
# "hosts/global/common/nvtop.nix" # GPU monitor (not available in home-manager)
# "hosts/global/common/plymouth.nix" # fancy boot screen # "hosts/global/common/plymouth.nix" # fancy boot screen
## Misc Inputs ## ## Misc Inputs ##