added some fetch programs
This commit is contained in:
parent
ae5a96ecb4
commit
337270d0d0
|
@ -15,7 +15,6 @@
|
|||
./audiobook.nix
|
||||
#./ollama.nix
|
||||
./forgejo.nix
|
||||
./open-vscode-server.nix
|
||||
];
|
||||
|
||||
# Swap zram
|
||||
|
@ -70,14 +69,13 @@
|
|||
"incus-admin"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
bottom
|
||||
bottom fastfetch nerdfetch
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim emacs nano curl htop glances kitty
|
||||
wget git inxi nethogs fastfetch
|
||||
emacsPackages.vterm
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Reference in a new issue