Add wallpaper to display manager
This commit is contained in:
parent
ec609f04be
commit
7a156fdaf5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue