diff --git a/modules/services/hyprshell.nix b/modules/services/hyprshell.nix index e38a9ebdf..d4cee1bdd 100644 --- a/modules/services/hyprshell.nix +++ b/modules/services/hyprshell.nix @@ -77,7 +77,7 @@ in source = jsonFormat.generate "hyprshell-config" cfg.settings; }; - xdg.configFile."hyprshell/style.css" = mkIf (cfg.style != "") { + xdg.configFile."hyprshell/styles.css" = mkIf (cfg.style != "") { source = if lib.isString cfg.style then pkgs.writeText "hyprshell-style" cfg.style else cfg.style; };