nixos/modules/desktop/packages.nix
2025-06-11 13:30:34 -04:00

25 lines
401 B
Nix

{pkgs, ...}: {
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
tuba
gimp
deno
ptyxis
heroic
aspell
muzika
foliate
fractal
gapless
inkscape
r2modman
pciutils
resources
libreoffice
wl-clipboard
prismlauncher
authenticator
nexusmods-app-unfree
hunspellDicts.en_CA-large
];
}