From b2dad068eb16c306bed483e62c07624d35cf3515 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 22 Sep 2024 14:00:20 +0200 Subject: [PATCH] GNOME config: software updates --- modules/gnome-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 41bf7e4..ea47e9a 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -114,6 +114,11 @@ enable-hot-corners = false; show-battery-percentage = true; }; + + "org/gnome/software" = { + # GNOME Software > Preferences > Software Updates > Automatically check for and download updates + download-updates = true; + }; }; }; }