From a9e81757d072d84b35738aed3388e41b840ecf4c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 5 Jan 2023 23:16:15 +0100 Subject: [PATCH] Add helix to baldur --- baldur/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 668dcb7..b250646 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -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";