42 lines
465 B
Nix
42 lines
465 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
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
|
|
];
|
|
}
|
|
|