update: 23.11

This commit is contained in:
Leonardo Eugênio 2023-11-26 15:40:18 -03:00
parent 49040b5be9
commit a08aca5301
6 changed files with 39 additions and 42 deletions

View file

@ -27,9 +27,6 @@
orchis_theme_compact = (final.orchis-theme.override {
border-radius = 0;
tweaks = [ "compact" "solid" ];
}).overrideAttrs (old: {
patches = (old.patches or [ ]) ++
[ ../patches/orchis-fix-warnings.patch ];
});
nerdfonts_fira_hack = (final.nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; });
});
@ -43,9 +40,7 @@
webcord = (prev.webcord.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
})).override {
electron_24 = final.electron_25;
};
}));
});
patches = (final: prev: {