mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
cleanup and add ifsr cache
This commit is contained in:
parent
b4af225678
commit
f4fc1ccdf3
4 changed files with 32 additions and 34 deletions
|
@ -8,17 +8,14 @@ let
|
|||
inherit (prev) python3Packages;
|
||||
in
|
||||
rec {
|
||||
pcmanfm = prev.pcmanfm.overrideAttrs (_: {
|
||||
# remove deskop preferences shortcut
|
||||
postInstall = ''
|
||||
rm $out/share/applications/pcmanfm-desktop-pref.desktop
|
||||
'';
|
||||
});
|
||||
|
||||
pww = callPackage ../pkgs/pww { };
|
||||
ianny = callPackage ../pkgs/ianny { };
|
||||
|
||||
tpm2-pkcs11 = prev.tpm2-pkcs11.override { fapiSupport = false; };
|
||||
imv = prev.imv.override {
|
||||
# freeimage is broken
|
||||
withBackends = [ "libtiff" "libjpeg" "libpng" "librsvg" "libheif" ];
|
||||
};
|
||||
|
||||
gnome-break-timer = callPackage ../pkgs/gnome-break-timer { };
|
||||
jmri = callPackage ../pkgs/jmri { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue