machines: aramis: home: set up background
`i3` inherits its background from `lightdm`.
This commit is contained in:
parent
749ef9f072
commit
717c628ff1
|
@ -30,4 +30,10 @@
|
|||
services.xserver.enable = true;
|
||||
# Enable i3
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
# Nice wallpaper
|
||||
services.xserver.displayManager.lightdm.background =
|
||||
let
|
||||
wallpapers = "${pkgs.plasma-workspace-wallpapers}/share/wallpapers";
|
||||
in
|
||||
"${wallpapers}/summer_1am/contents/images/2560x1600.jpg";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue