diff --git a/flake.lock b/flake.lock index 8d82c4d..d1f0f81 100644 --- a/flake.lock +++ b/flake.lock @@ -594,6 +594,22 @@ "type": "github" } }, + "infuse": { + "flake": false, + "locked": { + "lastModified": 1738726976, + "narHash": "sha256-N+u3vnK3zyXLUuDj/vr62r9tM7uarhKVCaLHWxjo/YY=", + "ref": "refs/heads/trunk", + "rev": "c8fb7397039215e1444c835e36a0da7dc3c743f8", + "revCount": 48, + "type": "git", + "url": "https://codeberg.org/amjoseph/infuse.nix" + }, + "original": { + "type": "git", + "url": "https://codeberg.org/amjoseph/infuse.nix" + } + }, "libgit2": { "flake": false, "locked": { @@ -996,6 +1012,7 @@ "go-musicfox": "go-musicfox", "home-manager": "home-manager", "impermanence": "impermanence", + "infuse": "infuse", "niri": "niri", "nixos-wsl": "nixos-wsl", "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 553bd9e..5eb9b8d 100644 --- a/flake.nix +++ b/flake.nix @@ -145,7 +145,6 @@ inputs.sops-nix.homeManagerModules.sops inputs.impermanence.nixosModules.home-manager.impermanence inputs.stylix.homeManagerModules.stylix - inputs.niri.homeModules.niri # workaround for annoying stylix ( { lib, ... }: @@ -179,6 +178,7 @@ inputs.sops-nix.nixosModules.sops inputs.impermanence.nixosModules.impermanence inputs.home-manager.nixosModules.default + inputs.niri.nixosModules.niri home pkgsConf ];