add home-manager config for muffinman
This commit is contained in:
parent
3d066f8f38
commit
5ac5f8adba
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"prunebutt@remus" = helperLib.mkHome "x86_64-linux" ./hosts/remus/home.nix;
|
"prunebutt@remus" = helperLib.mkHome "x86_64-linux" ./hosts/remus/home.nix;
|
||||||
|
"prunebutt@muffinman" = helperLib.mkHome "x86_64-linux" ./hosts/muffinman/home.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
homeManagerModules.default = ./modules/home;
|
homeManagerModules.default = ./modules/home;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue