forked from Shinonome/dots-hyprland
added home-manager
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
;
|
||||
cfg = config.programs.illogical-impulse;
|
||||
in {
|
||||
imports = [
|
||||
];
|
||||
options = {
|
||||
programs.illogical-impulse = {
|
||||
enable = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user