noctalia stuff

This commit is contained in:
2026-02-03 13:29:34 -05:00
parent d6f7dab062
commit d5eda18b84
3 changed files with 22 additions and 11 deletions

View File

@@ -27,5 +27,14 @@
"statusbar"
];
}
# swaybg works on more than just sway (sets a wallpaper)
{
command = [
(lib.getExe pkgs.swaybg)
"-i"
"${../wallpaper.png}"
];
}
];
}