From 34491dc303dde09061afb30447bccd1a3eeb0a1e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 25 Jun 2024 18:27:56 -0700 Subject: [PATCH] Add the fish shell and Python Now we have proper tmux, once you use chezmoi to actually configure tmux correctly. --- nalai/etc/nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nalai/etc/nixos/configuration.nix b/nalai/etc/nixos/configuration.nix index ed1affb..395b312 100644 --- a/nalai/etc/nixos/configuration.nix +++ b/nalai/etc/nixos/configuration.nix @@ -103,7 +103,9 @@ # $ nix search wget environment.systemPackages = with pkgs; [ chezmoi + fish git + python3 neovim tmux ];