This commit is contained in:
Javier Feliz 2025-08-10 00:48:04 -04:00
parent 185273a9f4
commit 3086ba0d51

View File

@ -20,7 +20,7 @@
homeManagerModules.default = homeManagerModules.default =
{ config, lib, ... }: { config, lib, ... }:
{ {
xdg.configFile."quickshell/hyprshell".source = ./hyprshell; home.file.".config/quickshell/hyprshell".source = ./hyprshell;
}; };
}; };
} }