Refactor modules
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
8
hosts/common/configs/neovim.nix
Normal file
8
hosts/common/configs/neovim.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
}
|
9
hosts/common/configs/tmux.nix
Normal file
9
hosts/common/configs/tmux.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
historyLimit = 10000;
|
||||
keyMode = "vi";
|
||||
newSession = true;
|
||||
};
|
||||
}
|
3
hosts/common/configs/zsh.nix
Normal file
3
hosts/common/configs/zsh.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
}
|
Reference in New Issue
Block a user