diff --git a/modules/dwm.nix b/modules/dwm.nix index ffa24b9..bb8d7dc 100644 --- a/modules/dwm.nix +++ b/modules/dwm.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, ... }: +{ lib, config, pkgs, inputs, ... }: let cfg = config.snowhawk.dwm; @@ -38,7 +38,7 @@ in systemd.user.services.fehbg = { script = '' - /home/ravenshade/bg.sh + ${pkgs.feh}/bin/feh --no-fehbg --bg-scale '${inputs.backgrounds}/bg-none-nord.webp' ''; wantedBy = [ "graphical-session.target" ]; partOf = [ "graphical-session.target" ];