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, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
colors = import ../colors;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
|
@ -19,6 +22,7 @@
|
||||||
package = pkgs.nordic;
|
package = pkgs.nordic;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
background = ../wallpapers/${colors.wallpaper};
|
||||||
};
|
};
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue