mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
funni inputs'
This commit is contained in:
parent
f872b7f9d2
commit
42b80afd9c
11 changed files with 57 additions and 43 deletions
|
|
@ -1,10 +1,5 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
options.local.DM.lightdm.enable = lib.mkEnableOption "";
|
||||
|
||||
|
|
@ -13,7 +8,7 @@
|
|||
displayManager = {
|
||||
lightdm = {
|
||||
enable = true;
|
||||
background = "${self.packages.${pkgs.system}.images}/recursion.png";
|
||||
background = "${self.packages.images}/recursion.png";
|
||||
extraConfig = "minimum-vt=1";
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue