Overhauled phoenix nix wrapper script w eye candy

This commit is contained in:
Emmet
2023-06-23 15:04:17 -05:00
parent 86535623cf
commit a9be9f017c
2 changed files with 184 additions and 23 deletions

View File

@@ -42,7 +42,7 @@
in {
homeConfigurations = {
emmet = home-manager.lib.homeManagerConfiguration {
user = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ (./. + "/profiles"+("/"+profile)+"/home.nix") ]; # load home.nix from selected PROFILE
extraSpecialArgs = {
@@ -69,7 +69,7 @@
};
};
nixosConfigurations = {
snowfire = lib.nixosSystem {
system = lib.nixosSystem {
inherit system;
modules = [ (./. + "/profiles"+("/"+profile)+"/configuration.nix") ]; # load configuration.nix from selected PROFILE
specialArgs = {