Add wallpaper to display manager

inky
Elnu 2 years ago
parent ec609f04be
commit 7a156fdaf5

@ -1,5 +1,8 @@
{ config, pkgs, ... }:
let
colors = import ../colors;
in
{
services = {
xserver = {
@ -19,6 +22,7 @@
package = pkgs.nordic;
};
};
background = ../wallpapers/${colors.wallpaper};
};
defaultSession = "none+i3";
};

Loading…
Cancel
Save