mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
r
This commit is contained in:
parent
6a06793716
commit
3dd31d28f7
4 changed files with 14 additions and 24 deletions
|
|
@ -56,9 +56,9 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
homeConfigurations."bryan" = home-manager.lib.homeManagerConfiguration {
|
||||
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./src/system/machines/nix-less ];
|
||||
modules = [ ./src/system/machines/workstation ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue