This commit is contained in:
jopejoe1 2024-02-17 23:33:17 +01:00
parent 4783db68ff
commit 7c10990c19
7 changed files with 20 additions and 42 deletions

View file

@ -5,10 +5,6 @@
src = inputs.tela-icon-theme;
};
openrgb-git = pkgs.openrgb.overrideAttrs {
src = inputs.openrgb;
};
libadwaita-follow-theme = pkgs.libadwaita.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ./adwaita-theming-support.patch ];
doCheck = false;