Add helix to baldur

This commit is contained in:
Filippo Berto 2023-01-05 23:16:15 +01:00
parent 6c730360a0
commit a9e81757d0
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -17,7 +17,7 @@ with lib; {
environment = {
pathsToLink = [ "/share/zsh" ];
systemPackages = with pkgs; [ tmux vim kitty ];
systemPackages = with pkgs; [ helix kitty tmux vim ];
};
i18n.defaultLocale = "it_IT.UTF-8";