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; [
home-manager
vim
wget
kitty
tldr
fastfetch
tree
mako
neovim
];
programs.firefox.enable = true;

View File

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