Initial commit of flake-based NixOS config for the whole haus
This commit is contained in:
27
modules/common/utils.nix
Normal file
27
modules/common/utils.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {defaultEditor = true;};
|
||||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
btop
|
||||
nload
|
||||
htop
|
||||
nethogs
|
||||
uutils-coreutils-noprefix
|
||||
nvim
|
||||
git
|
||||
curl
|
||||
bat
|
||||
eza
|
||||
dua
|
||||
ripgrep
|
||||
dig
|
||||
fd
|
||||
proxychains-ng
|
||||
unzip
|
||||
wget
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user