From 32b0e67a7a60324ff8c922d9ae1cae96a258fb09 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 5 Feb 2026 16:48:27 -0600 Subject: [PATCH] idk --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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