trying out backgrounds input

main
Zynh Ludwig 2024-06-28 20:22:34 -07:00
parent ae54ad7e5d
commit 3184cb2e4a
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];