update openrgb and add sftp storage

This commit is contained in:
jopejoe1 2024-01-05 22:37:54 +01:00
parent 658507c387
commit deab8572cd
5 changed files with 69 additions and 16 deletions

View file

@ -19,6 +19,9 @@ in {
tela-icon-theme = super.tela-icon-theme.overrideAttrs
(_old: { src = self.inputs.tela-icon-theme; });
openrgb = super.openrgb.overrideAttrs
(_old: { src = self.inputs.openrgb; });
prismlauncher = super.prismlauncher.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
self.inputs.prism-game-options-patch
@ -26,8 +29,6 @@ in {
];
});
#noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags;
libadwaita = super.libadwaita.overrideAttrs (old: {
patches = (old.patches or [ ])
++ [ ./adwaita-theming-support.patch ];