diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index ac74ea61..b13f76cb 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -178,11 +178,11 @@ ] }, "locked": { - "lastModified": 1752093218, - "narHash": "sha256-+3rXu8ewcNDi65/2mKkdSGrivQs5zEZVp5aYszXC0d0=", + "lastModified": 1752286566, + "narHash": "sha256-A4nftqiNz2bNihz0bKY94Hq/6ydR6UQOcGioeL7iymY=", "owner": "nix-community", "repo": "home-manager", - "rev": "206ed3c71418b52e176f16f58805c96e84555320", + "rev": "392ddb642abec771d63688c49fa7bcbb9d2a5717", "type": "github" }, "original": { diff --git a/modules/wayfire/hm.nix b/modules/wayfire/hm.nix index 2d35ba6d..437cc6bb 100644 --- a/modules/wayfire/hm.nix +++ b/modules/wayfire/hm.nix @@ -33,13 +33,13 @@ mkTarget { { wayland.windowManager.wayfire.settings = { cube = { - cubemap_image = lib.mkIf cfg.useWallpaper (toString wayfireBackground); - skydome_texture = lib.mkIf cfg.useWallpaper (toString wayfireBackground); + cubemap_image = lib.mkIf cfg.useWallpaper wayfireBackground; + skydome_texture = lib.mkIf cfg.useWallpaper wayfireBackground; }; }; wayland.windowManager.wayfire.wf-shell.settings = { - background.image = lib.mkIf cfg.useWallpaper (toString wayfireBackground); + background.image = lib.mkIf cfg.useWallpaper wayfireBackground; background.fill_mode = if imageScalingMode == "stretch" then "stretch"