dotfiles/nixos/packages.nix

45 lines
491 B
Nix

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