mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Add envy To Flake
This commit is contained in:
parent
70b25c9378
commit
8874fcf4fe
1 changed files with 5 additions and 1 deletions
|
|
@ -49,6 +49,9 @@
|
|||
kim = import ./hosts/kim {
|
||||
inherit inputs globals;
|
||||
};
|
||||
envy = import ./hosts/envy {
|
||||
inherit inputs globals;
|
||||
};
|
||||
virt-nix = import ./hosts/virt-nix {
|
||||
inherit inputs globals;
|
||||
};
|
||||
|
|
@ -56,7 +59,8 @@
|
|||
|
||||
homeConfigurations = {
|
||||
kim = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||
virt-nix = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||
envy = nixosConfigurations.envy.config.home-manager.users.${globals.user}.home;
|
||||
virt-nix = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue