mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Overhauled phoenix nix wrapper script w eye candy
This commit is contained in:
parent
86535623cf
commit
a9be9f017c
2 changed files with 184 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue