modularized user apps + corrected networking option that was specific to puter
This commit is contained in:
28
modules/userapps/utils.nix
Normal file
28
modules/userapps/utils.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user