From 57e1357569e473c1c29ceb9dbfa255f99e24a10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 14 Jul 2019 08:53:54 +0100 Subject: [PATCH] do not enable zsh globally --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";