feature: neovim on and tmux on all systems [deploy]
This commit is contained in:
parent
d512b64f41
commit
b24fa7ce40
1 changed files with 5 additions and 0 deletions
|
|
@ -5,4 +5,9 @@
|
|||
imports = [
|
||||
flake.inputs.self.nixosModules.common
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
neovim
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue