Remove global packages from users, skrott: remove neovim properly

This commit is contained in:
h7x4
2026-01-26 12:06:30 +09:00
parent 0206c159a2
commit 1b6ff9876d
14 changed files with 21 additions and 42 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;