diff --git a/configuration.nix b/configuration.nix index 3786ac0..946fb1e 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 = { };