Testing home-manager
This commit is contained in:
parent
994cc47b9c
commit
af5ed4156d
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@
|
|||
# Import home-manager
|
||||
home-manager = {
|
||||
backupFileExtension = "backup";
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${system};
|
||||
extraSpecialArgs = { inherit inputs outputs desktop hostname username theme deployment_type; };
|
||||
extraSpecialArgs = {
|
||||
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${system};
|
||||
inherit inputs outputs desktop hostname username theme deployment_type;
|
||||
};
|
||||
users."${username}" = import ../../../home-manager;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue