fix hyprpaper after update

This commit is contained in:
Clayton Hickey 2026-02-08 17:45:03 -05:00
parent d8abcde57a
commit bfdff07663
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ
2 changed files with 8 additions and 6 deletions

6
flake.lock generated
View file

@ -102,11 +102,11 @@
]
},
"locked": {
"lastModified": 1765217760,
"narHash": "sha256-BVVyAodLcAD8KOtR3yCStBHSE0WAH/xQWH9f0qsxbmk=",
"lastModified": 1770586272,
"narHash": "sha256-Ucci8mu8QfxwzyfER2DQDbvW9t1BnTUJhBmY7ybralo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e5b1f87841810fc24772bf4389f9793702000c9b",
"rev": "b1f916ba052341edc1f80d4b2399f1092a4873ca",
"type": "github"
},
"original": {

View file

@ -174,9 +174,11 @@ let cfg = config.cos.hyprland; in
preload = [
cfg.wallpaper
];
wallpaper = [
",${cfg.wallpaper}"
];
wallpaper = {
monitor = "";
path = "${cfg.wallpaper}";
fit_mode = "cover";
};
};
};
};