This commit is contained in:
mjallen18
2026-02-05 16:48:27 -06:00
parent f352ef1c05
commit 32b0e67a7a

View File

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