feat(server): enable nvf.
This commit is contained in:
parent
26da4044dd
commit
a9bb0d10c6
2 changed files with 11 additions and 2 deletions
|
@ -73,10 +73,12 @@
|
|||
"ivek" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
"banir" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./hosts/server/home.nix];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue