This commit is contained in:
smayzy 2025-06-18 23:49:19 +02:00
parent 6efe60a944
commit 9cf2ae4a0f
2 changed files with 8 additions and 1 deletions

View File

@ -62,13 +62,13 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager home-manager
vim
wget wget
kitty kitty
tldr tldr
fastfetch fastfetch
tree tree
mako mako
neovim
]; ];
programs.firefox.enable = true; programs.firefox.enable = true;

View File

@ -38,6 +38,13 @@
EDITOR = "vim"; EDITOR = "vim";
}; };
programs.neovim = {
enable = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
};
programs.git = { programs.git = {
enable = true; enable = true;
userName = "smayzy"; userName = "smayzy";