From 637124f767b3885efeb3c740cb4e0007cf91ad86 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 31 Mar 2018 22:52:31 +0200 Subject: [PATCH] Installation corecte zsh --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3786ac0b7..946fb1e1b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,10 +35,11 @@ environment.systemPackages = with pkgs; [ neovim git - zsh tmux ]; + programs.zsh.enable = true; + virtualisation.rkt.enable = true; boot.kernelModules = [ "overlay" ]; users.extraGroups.rkt = { };