some more server configuration
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
imports = [
|
||||
./services.nix
|
||||
../sys/software/nixvim
|
||||
../home/environment/zshell.nix
|
||||
];
|
||||
}
|
||||
|
||||
32
modules/server/packages.nix
Normal file
32
modules/server/packages.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gtrash
|
||||
python3
|
||||
fail2ban
|
||||
inetutils
|
||||
lolcat
|
||||
lsof
|
||||
mullvad
|
||||
neofetch
|
||||
nh
|
||||
nix-output-monitor
|
||||
nix-prefetch-scripts
|
||||
nixos-option
|
||||
nix-search-cli
|
||||
openssl
|
||||
p7zip
|
||||
jq
|
||||
pamixer
|
||||
parted
|
||||
pkg-config
|
||||
socat
|
||||
sox
|
||||
stress
|
||||
tree
|
||||
unrar
|
||||
unzip
|
||||
usbutils
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user