diff --git a/nixos/common.nix b/nixos/common.nix index f5d9e193..fd75d9d1 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -25,7 +25,7 @@ in }; environment.systemPackages = with pkgs; [ - wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager alacritty + wget git gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager alacritty ]; i18n.defaultLocale = "en_GB.UTF-8";