mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
hyprshell: fixed path for style file
This commit is contained in:
parent
edfbe06e1a
commit
bdf78c2d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ in
|
||||||
source = jsonFormat.generate "hyprshell-config" cfg.settings;
|
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;
|
source = if lib.isString cfg.style then pkgs.writeText "hyprshell-style" cfg.style else cfg.style;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue