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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB