add proper vim and zoxide
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user