fixup! nixos: home: change wallpaper

This commit is contained in:
Guanran Wang 2024-01-06 09:01:22 +08:00
parent ca391704a8
commit 76cdc825be
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -17,7 +17,7 @@
enable = true; enable = true;
startupPrograms = [ startupPrograms = [
"pgrep -x sxhkd > /dev/null || sxhkd" "pgrep -x sxhkd > /dev/null || sxhkd"
"pgrep -x feh > /dev/null || feh --no-fehbg --bg-fill ~/.local/share/backgrounds/aqua.png" "pgrep -x feh > /dev/null || feh --no-fehbg --bg-fill ~/.local/share/backgrounds/Minato-Aqua-Dark.png"
]; ];
monitors = { monitors = {
eDP-1 = ["I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" "X"]; eDP-1 = ["I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" "X"];