Add homeManagerModules output for Home Manager integration
This commit is contained in:
@@ -84,6 +84,14 @@
|
|||||||
|
|
||||||
# Update to modern syntax (no defaultApp)
|
# Update to modern syntax (no defaultApp)
|
||||||
|
|
||||||
|
# Add homeManagerModules output for proper Home Manager integration
|
||||||
|
homeManagerModules = {
|
||||||
|
dev = import ./home/programs/group/dev.nix { inherit inputs nixpkgs system; };
|
||||||
|
cybersecurity = import ./home/programs/group/cybersecurity.nix { inherit inputs nixpkgs system; };
|
||||||
|
basic-apps = import ./home/programs/group/basic-apps.nix { inherit inputs nixpkgs system; };
|
||||||
|
misc = import ./home/programs/group/misc.nix { inherit inputs nixpkgs system; };
|
||||||
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
thinkpad = import ./hosts/laptop/flake.nix args;
|
thinkpad = import ./hosts/laptop/flake.nix args;
|
||||||
home-pc = import ./hosts/home-pc/flake.nix args;
|
home-pc = import ./hosts/home-pc/flake.nix args;
|
||||||
|
|||||||
Reference in New Issue
Block a user