mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved images to their own package
This commit is contained in:
parent
a30da40b06
commit
3a1f1245e8
6 changed files with 24 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.localModules.DM.lightdm;
|
||||
|
|
@ -14,7 +15,7 @@ in {
|
|||
displayManager = {
|
||||
lightdm = {
|
||||
enable = true;
|
||||
background = self + /misc/recursion.png;
|
||||
background = self.packages.${pkgs.system}.images + /recursion.png;
|
||||
extraConfig = "minimum-vt=1";
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue