diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-21 22:34:46 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:48:23 +0100 |
| commit | b0214d50e9a728d77d98d791e92dfe3747f27e23 (patch) | |
| tree | 95810c2d5c7af41d0e3e85570e60c2fb6658291c /nixos/gui.nix | |
| parent | e761ac4b2c69f8ac267e53fa437c6978b207d743 (diff) | |
factor out common home-manager configuration
Diffstat (limited to 'nixos/gui.nix')
| -rw-r--r-- | nixos/gui.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
