theme: fix warnings for negative border-radius
This commit is contained in:
parent
7ddf21e6de
commit
9a69d8b3c3
2 changed files with 51 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
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" ]; });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue