22 lines
258 B
Nix
22 lines
258 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
neovim
|
|
caligula
|
|
openssl
|
|
topgrade
|
|
htop
|
|
mosh
|
|
btop
|
|
python314
|
|
wget2
|
|
dnsutils
|
|
fastfetch
|
|
peazip
|
|
p7zip
|
|
whois
|
|
ffmpeg
|
|
playerctl
|
|
];
|
|
} |