419 current 2024-04-18 22:20:22 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
07ae9f9732
commit
5d48214c82
3 changed files with 34 additions and 35 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue