419 current 2024-04-18 22:20:22 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta

This commit is contained in:
zackartz 2024-04-18 22:20:24 -04:00
parent 07ae9f9732
commit 5d48214c82
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 34 additions and 35 deletions

View file

@ -56,15 +56,15 @@
];
};
home-manager.extraSpecialArgs = {inherit inputs;};
home-manager.users.nixos = {
imports = [../../modules/home-manager/default.nix];
_module.args.theme = import ../../core/theme.nix;
home.stateVersion = "23.11"; # Please read the comment before changing it.
home.username = "nixos";
home.homeDirectory = "/home/nixos";
};
# home-manager.extraSpecialArgs = {inherit inputs;};
# home-manager.users.nixos = {
# imports = [../../modules/home-manager/default.nix];
# _module.args.theme = import ../../core/theme.nix;
#
# home.stateVersion = "23.11"; # Please read the comment before changing it.
#
# home.username = "nixos";
# home.homeDirectory = "/home/nixos";
# };
users.extraUsers.root.password = "nixos";
}