Installation corecte zsh

This commit is contained in:
nyanloutre 2018-03-31 22:52:31 +02:00
parent 2d7efb57fb
commit 637124f767
1 changed files with 2 additions and 1 deletions

View File

@ -35,10 +35,11 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
git git
zsh
tmux tmux
]; ];
programs.zsh.enable = true;
virtualisation.rkt.enable = true; virtualisation.rkt.enable = true;
boot.kernelModules = [ "overlay" ]; boot.kernelModules = [ "overlay" ];
users.extraGroups.rkt = { }; users.extraGroups.rkt = { };