From b42c293a4a50251a3888ff2111eef58d66b2f909 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:16:23 +0200 Subject: [PATCH] fix flake file --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5507997..152224a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.home-manager.follows = "home-manager"; }; niri.url = "github:sodiboo/niri-flake"; @@ -30,7 +29,7 @@ }; outputs = - inputs@{ + { self, nixpkgs, home-manager,