From 0ab1443d78eecddcbbc69efd20746efefd78c0a4 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 8 Dec 2025 10:22:26 +0000 Subject: [PATCH] Update common.nix --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 30c925d..64b3dd7 100644 --- a/common.nix +++ b/common.nix @@ -27,6 +27,7 @@ networking.networkmanager.enable = true; # Shell aliases environment.shellAliases = { update = '' + dconf reset -f /org/gnome/desktop/background/ CHANNEL=$(sudo nix-channel --list | grep "^nixos " | awk '{print $2}') if [[ "$CHANNEL" != *"nixos-unstable"* ]]; then echo "Switching to nixos-unstable channel..."