nix hyprland settings exec-once to list of string instead of single string (#200)
This commit is contained in:
@@ -145,11 +145,9 @@ home.packages = with pkgs; [
|
|||||||
];
|
];
|
||||||
|
|
||||||
# or reference it directly in your Hyprland configuration
|
# or reference it directly in your Hyprland configuration
|
||||||
wayland.windowManager.hyprland.settings.exec-once = ''
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
# ...
|
"${pkgs.hyprpanel}/bin/hyprpanel"
|
||||||
${pkgs.hyprpanel}/bin/hyprpanel
|
];
|
||||||
# ...
|
|
||||||
'';
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user