nixvim: init

This commit is contained in:
cy 2025-01-10 23:16:31 -05:00
parent 8dddc70a6c
commit 2b04222b41
5 changed files with 443 additions and 6 deletions

View file

@ -3,16 +3,13 @@
imports = [
../tmux.nix
../zsh
../nixvim
];
home.sessionVariables = {
"EDITOR" = "nvim";
};
xdg.configFile = {
nvim.source = ../nvim;
};
home.packages = with pkgs; [
man-pages
man-pages-posix
@ -30,7 +27,6 @@
};
programs.zoxide.enable = true;
programs.eza.enable = true;
programs.neovim.enable = true;
programs.git = {
enable = true;
userName = "cy";

View file

@ -96,7 +96,7 @@
opentofu
terraform-ls
gdb
gcc
clang
seahorse
];