imports into home manager fix
This commit is contained in:
parent
c3d25ccb60
commit
26df49fc3d
@ -15,7 +15,7 @@
|
|||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {inherit inputs pkgs pkgs-stable;};
|
extraSpecialArgs = {inherit inputs pkgs pkgs-stable username;};
|
||||||
backupFileExtension = "backup";
|
backupFileExtension = "backup";
|
||||||
users = {
|
users = {
|
||||||
${username} = import ./home.nix;
|
${username} = import ./home.nix;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user