From 9633bef2df90d03dbbaa9cc41035cf577ddc1cf0 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 Jan 2026 11:20:34 +0000 Subject: [PATCH] Update common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index b3341ce..bbc2556 100644 --- a/common.nix +++ b/common.nix @@ -39,7 +39,7 @@ # Shell aliases environment.shellAliases = { update = '' - dconf reset -f /org/gnome/desktop/background/ + #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..."