nixos/modules/desktop/packages.nix
2025-05-19 14:56:09 -04:00

24 lines
389 B
Nix

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