machines: aramis: home: set up background

`i3` inherits its background from `lightdm`.
This commit is contained in:
Bruno BELANYI 2021-05-07 19:34:01 +02:00
parent b2e0e81216
commit 384e801553
1 changed files with 6 additions and 0 deletions

View File

@ -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";
}