non important commit
This commit is contained in:
parent
4e69cff47a
commit
a145df7559
1 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,13 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{sh = "swaybg" "--image" "/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png";}
|
{
|
||||||
|
argv = [
|
||||||
|
"swaybg"
|
||||||
|
"--image"
|
||||||
|
"/home/benag/.nix-config/assets/pictures/bocchi-wallpaper.png"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue