feat: add neovim config and tmux

This commit is contained in:
2024-11-16 15:35:51 +05:00
parent b634961004
commit 1d113f2f9a
28 changed files with 2998 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ in
file = {
"${config.xdg.configHome}/tmux".source = ./dotfiles/tmux;
"${config.xdg.configHome}/bottom".source = ./dotfiles/bottom;
"${config.xdg.configHome}/nvim".source = ./dotfiles/nvim;
};
packages = with pkgs; [
@@ -65,7 +66,6 @@ in
bottom
lazygit
neofetch
mission-center
discord
eza
ripgrep
@@ -76,6 +76,9 @@ in
xcp
unzip
prismlauncher
tmux
lazygit
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];