diff --git a/common.nix b/common.nix index bbc2556..432ffe4 100644 --- a/common.nix +++ b/common.nix @@ -39,7 +39,6 @@ # 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..."