add proper vim and zoxide

This commit is contained in:
2025-06-03 18:02:33 +02:00
parent 8f5e5654a2
commit 617715d28f

View File

@ -139,7 +139,6 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
# TOOLS
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
unzip
pciutils
@ -190,6 +189,13 @@
intel-one-mono
];
programs.zoxide.enable = true;
programs.vim = {
enable = true;
defaultEditor = true;
}
programs.firefox.enable = true;
programs.thunderbird.enable = true;