diff --git a/flake.nix b/flake.nix index 439909d..ee1e0c6 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,11 @@ url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; + + illogical-flake = { + url = "github:soymou/illogical-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; # We will handle this in the next section. @@ -141,6 +146,7 @@ modules.home = with inputs; [ nix-index-database.homeManagerModules.nix-index + illogical-flake.homeManagerModules.default ]; # common darwin modules