Fix hyprpaper autostart

This commit is contained in:
SebastianStork 2024-05-16 17:53:14 +02:00
parent baa178a088
commit da22ffb4bb
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
wrappers,
...
}: {
config = lib.mkIf config.myConfig.de.hyprland.enable {
@ -8,7 +9,7 @@
enable = true;
settings = {
exec-once = ["hyprpaper"];
exec-once = ["${lib.getExe wrappers.hyprpaper}"];
input = {
kb_layout = "de";