feature: neovim on and tmux on all systems [deploy]
Some checks failed
/ check (push) Successful in 1m48s
/ deploy (push) Failing after 2m21s

This commit is contained in:
Jermeiah S 2025-07-01 23:06:44 -04:00
parent d512b64f41
commit b24fa7ce40
No known key found for this signature in database

View file

@ -5,4 +5,9 @@
imports = [
flake.inputs.self.nixosModules.common
];
environment.systemPackages = with pkgs; [
tmux
neovim
];
}