Gremlin: add Figma desktop app to get fonts working
This commit is contained in:
parent
07118d8f5f
commit
c77f1c99d1
|
@ -69,7 +69,10 @@ in
|
|||
};
|
||||
|
||||
# Install packages specific to Gremlin
|
||||
packages = [ pkgs.awscli2 ];
|
||||
packages = [
|
||||
pkgs.awscli2
|
||||
pkgs.unstable.figma-linux
|
||||
];
|
||||
|
||||
# Create .face file
|
||||
file.".face".source = ./face.png;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 709dad0963098dedb6f0c648fef75d95b8f52841
|
||||
Subproject commit 26588368303142902ef91c67ad679da6be5bbeee
|
Loading…
Reference in a new issue