nixos/modules/common-desktop/packages.nix
2025-03-08 17:35:56 -05:00

38 lines
568 B
Nix

{
pkgs,
inputs,
...
}: {
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
fd
tldr
tuba
gimp
deno
dart
ptyxis
heroic
aspell
muzika
fractal
killall
ripgrep
foliate
inkscape
r2modman
pciutils
resources
alejandra
impression
libreoffice
wl-clipboard
protontricks
prismlauncher
authenticator
android-studio
nexusmods-app-unfree
hunspellDicts.en_CA-large
inputs.nix-gaming.packages.${system}.wine-ge
];
}