Installation corecte zsh
This commit is contained in:
parent
2d7efb57fb
commit
637124f767
@ -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 = { };
|
||||||
|
Loading…
Reference in New Issue
Block a user