dotfiles/nixos/packages.nix

41 lines
457 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
wget
killall
slack
discord-screenaudio
telegram-desktop
element-desktop
steam
prismlauncher-unwrapped
jdk17
emacs
ripgrep
findutils
fd
heroic
ungoogled-chromium
pipx
pciutils
wine
python312
nerdfonts
qbittorrent
zip
cmatrix
libreoffice-qt6-still
rclone
vscode-fhs
];
}