Skip to content

Commit

Permalink
possible fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Dec 2, 2024
1 parent cb982e9 commit 95d4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ in
for (const desktop of allDesktops) {
desktop.wallpaperPlugin = "org.kde.image";
desktop.currentConfigGroup = ["Wallpaper", "org.kde.image", "General"];
desktop.writeConfig("Image", "file://${cfg.workspace.wallpaper}");
desktop.writeConfig("Image", "file://${toString cfg.workspace.wallpaper}");
${
lib.optionalString (cfg.workspace.wallpaperFillMode != null)
''desktop.writeConfig("FillMode", "${
Expand Down

0 comments on commit 95d4498

Please sign in to comment.