mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
Add LightDM module
This commit is contained in:
parent
e058877d58
commit
2ad5b5c6fa
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
./stylix/default.nix
|
||||
|
||||
./modules/console.nix
|
||||
./modules/lightdm.nix
|
||||
./modules/qutebrowser.nix
|
||||
./modules/vim.nix
|
||||
];
|
||||
|
|
5
modules/lightdm.nix
Normal file
5
modules/lightdm.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.xserver.displayManager.lightdm.background = config.stylix.image;
|
||||
}
|
Loading…
Reference in a new issue