added home-manager

This commit is contained in:
kenji
2025-08-11 16:05:30 -05:00
parent 686de93cee
commit d561e4f1ec
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -22,6 +22,10 @@
inputs.nixpkgs.follows = "nixpkgs";
flake = false;
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@@ -89,7 +93,6 @@
};
});
# This new output attribute aggregates all packages under a 'default' attribute.
packages = eachSupportedSystem (pkgs: {
default = pkgs.symlinkJoin {
name = "illogical-impulse-packages";