Remove unused stuff

Evaluation on cranberry is sure does not leave much memory.
This commit is contained in:
Geoffrey Frogeye 2025-02-25 17:06:14 +01:00
parent dc52303eb7
commit e9e6265c41
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
39 changed files with 24 additions and 116 deletions

View file

@ -40,38 +40,24 @@
# documents
visidata
# texlive.combined.scheme-full
# TODO Convert existing LaTeX documents into using Nix build system
# texlive is big and not that much used, sooo
pdftk
pdfgrep
# Misc
haskellPackages.dice
rustdesk-flutter
]
++ lib.optionals config.frogeye.desktop.xorg [
# multimedia editors
darktable
puddletag
audacity
xournalpp
krita
# downloading
transmission_4-qt
# wine only makes sense on x86_64
]
++ lib.optionals pkgs.stdenv.isx86_64 [
wine
# TODO wine-gecko wine-mono lib32-libpulse (?)
]
++ lib.optionals (!stdenv.isAarch64) [
# Musescore is broken on aarch64
musescore
# Misc
rustdesk-flutter
]
);
};