feat: add work HM profile
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -41,5 +41,16 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
homeConfigurations = {
|
||||
"xmorel@work" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = pkgs;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/work/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
# homeManagerModules.default = ./modules/home-manager;
|
||||
# nixosModules.default = ./modules/nixos;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user