fixup! nixos: home: change wallpaper
This commit is contained in:
parent
ca391704a8
commit
76cdc825be
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||||
|
|
Loading…
Reference in a new issue