From eabe5cb36c12cbc6293bc2cba0f7230e2c66dbe8 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 24 Sep 2024 00:24:37 +0000 Subject: [PATCH] Add fish, chezmoi, set the best editor --- eshu/etc/nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eshu/etc/nixos/configuration.nix b/eshu/etc/nixos/configuration.nix index c9d8dde..382df17 100644 --- a/eshu/etc/nixos/configuration.nix +++ b/eshu/etc/nixos/configuration.nix @@ -71,12 +71,15 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + chezmoi + fish git neovim python3 tmux wget ]; + environment.variables.EDITOR = "nvim"; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.