Remove global packages from users, skrott: remove neovim properly

This commit is contained in:
h7x4
2026-01-26 12:06:30 +09:00
parent ff926f83b5
commit 8b16f8f6d4
8 changed files with 6 additions and 24 deletions

View File

@@ -13,6 +13,9 @@
# Debug and find files
file
# Process json data
jq
# Check computer specs
lshw
@@ -54,6 +57,8 @@
programs.nano.enable = true;
# Same reasoning as nano
programs.vim.enable = true;
# Same reasoning as vim
programs.neovim.enable = true;
# Some people like this shell for some reason
programs.zsh.enable = true;