diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:50:16 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:50:16 +0100 |
| commit | 52c53ee7055cd5876112543c28ff6b5626a99313 (patch) | |
| tree | 6fe6815fda0e81bf00013ffcad4db6e115b933a6 /nixos/gui.nix | |
| parent | 1f349513ad5079e9f07ea524fd7039261e942ba4 (diff) | |
| parent | b0214d50e9a728d77d98d791e92dfe3747f27e23 (diff) | |
Merge branch 'flake-home-manager' into flake
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 |
