This commit is contained in:
parent
6e09fcfb18
commit
336a40974a
1 changed files with 14 additions and 0 deletions
14
flake.nix
14
flake.nix
|
|
@ -66,6 +66,20 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homeConfigurations."ant@ks" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
|
||||||
|
extraSpecialArgs = {
|
||||||
|
inherit pkgs-unstable;
|
||||||
|
variant = "hs";
|
||||||
|
};
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
{ home.username = "ant"; }
|
||||||
|
./home/home.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
homeConfigurations."ant@basado" = inputs.home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."ant@basado" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue