modularized user apps + corrected networking option that was specific to puter

This commit is contained in:
2025-10-02 12:57:45 +03:00
parent 0a231216cd
commit 82a4fa9169
11 changed files with 104 additions and 64 deletions

View File

@@ -0,0 +1,28 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
parallel-disk-usage
pciutils
btop
nload
htop
nethogs
uutils-coreutils-noprefix
neovim
git
curl
bat
eza
dua
ripgrep
dig
fd
proxychains-ng
unzip
wget
];
}