trying out backgrounds input
This commit is contained in:
parent
ae54ad7e5d
commit
3184cb2e4a
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue