mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
catppuccin: update element
includes accent support now
This commit is contained in:
parent
118b7276cc
commit
ef731c9225
1 changed files with 3 additions and 3 deletions
|
@ -92,8 +92,8 @@ let
|
||||||
name = "element";
|
name = "element";
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
repo = "element";
|
repo = "element";
|
||||||
rev = "ddced941a2014107918484263b63e030889777fe";
|
rev = "70b7ee121dcef28c6c8191d60df2f88b23c89084";
|
||||||
hash = "sha256-8EP/IQW3rdtomHBfnQNIjGbiD6OapPzXPFLjziNDcmc=";
|
hash = "sha256-iUSPlmEvwL9akbPobkbDWPr6TTHA/LdCK2Nty7Zslls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
grub = fetchFromGitHub {
|
grub = fetchFromGitHub {
|
||||||
|
@ -254,7 +254,7 @@ lib.checkListOfEnum "${pname}: variant" validVariants [ variant ] lib.checkListO
|
||||||
''
|
''
|
||||||
+ lib.optionalString (lib.elem "element" themeList) ''
|
+ lib.optionalString (lib.elem "element" themeList) ''
|
||||||
mkdir -p "$out/element"
|
mkdir -p "$out/element"
|
||||||
cp -r "${sources.element}/themes/Catppuccin-${variant}.json" "$out/element/"
|
cp -r "${sources.element}/themes/${variant}/${accent}.json" "$out/element/"
|
||||||
|
|
||||||
''
|
''
|
||||||
+ lib.optionalString (lib.elem "grub" themeList) ''
|
+ lib.optionalString (lib.elem "grub" themeList) ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue