From b0214d50e9a728d77d98d791e92dfe3747f27e23 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 21 Feb 2023 22:34:46 +0100 Subject: factor out common home-manager configuration --- nixos/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/gui.nix') diff --git a/nixos/gui.nix b/nixos/gui.nix index 82a1328..7c76a43 100644 --- a/nixos/gui.nix +++ b/nixos/gui.nix @@ -10,7 +10,7 @@ in { services.xserver = { displayManager.lightdm = { - background = background-image; + # background = background-image; greeters.gtk = { extraConfig = '' user-background = false -- cgit v1.2.3