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