Files
nix-config/packages.nix
T
2026-04-23 17:46:22 +03:00

38 lines
487 B
Nix

{ pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
# system
wget
git
htop
btop
nvtopPackages.nvidia
ntfs3g
kdePackages.qtstyleplugin-kvantum
kdePackages.kate
# soft
firefox
vesktop
materialgram
termius
throne
spotify
thunderbird
openvpn
# dev
vscode
docker-compose
# gaming / media
libva-utils
vdpauinfo
lazydocker
mangohud
];
}