Files
nixos-conf/packages.nix
T
2026-07-22 19:57:08 +02:00

19 lines
213 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
wget
nixfmt
tree-sitter
lsof
exiftool
trash-cli
ffmpeg
unzip
scdl
aria2
python3
nodejs
gomi
];
}