feat: add configuration for dotfiles-test in home-manager
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
7fd533f056
commit
c1f8f0ef50
@ -92,6 +92,16 @@
|
||||
hostname = "mennos-hobbypc";
|
||||
};
|
||||
};
|
||||
|
||||
"dotfiles-test" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./home.nix ];
|
||||
extraSpecialArgs = {
|
||||
inherit pkgs pkgs-unstable;
|
||||
isServer = true;
|
||||
hostname = "dotfiles-test";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user