From 13a375598a6808e1f191fe9b53f90560b54a4c1c Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 10 Aug 2025 00:59:04 -0400 Subject: [PATCH] Please --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0f9e7c6..5deb2a6 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ homeManagerModules.default = { config, lib, ... }: { - home.file.".config/quickshell/hyprshell".source = ./hyprshell; + inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }