From 3086ba0d515f7e4935e1a78b72950298f7011df8 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 10 Aug 2025 00:48:04 -0400 Subject: [PATCH] WIP --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fd3bbd2..f251fe4 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ homeManagerModules.default = { config, lib, ... }: { - xdg.configFile."quickshell/hyprshell".source = ./hyprshell; + home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }