mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
homeConfigurations
This commit is contained in:
parent
d578b55e7d
commit
e897059004
19 changed files with 5 additions and 1 deletions
|
|
@ -41,6 +41,10 @@
|
||||||
artemis = mkLinuxSystem ./hosts/artemis;
|
artemis = mkLinuxSystem ./hosts/artemis;
|
||||||
hermes = mkLinuxSystem ./hosts/hermes;
|
hermes = mkLinuxSystem ./hosts/hermes;
|
||||||
};
|
};
|
||||||
|
homeConfigurations = {
|
||||||
|
c = self.nixosConfigurations.artemis.config.home-manager.users.c.home;
|
||||||
|
};
|
||||||
|
diskoConfigurations = {}; # maybe?
|
||||||
om.health.default = {nix-version.min-required = "2.18.5";};
|
om.health.default = {nix-version.min-required = "2.18.5";};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
inputs.self.homeManagerModules.trayscale
|
inputs.self.homeManagerModules.trayscale
|
||||||
];
|
];
|
||||||
users.c = import ../../home;
|
users.c = import ../../home/c;
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue