Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
70a75fff977c56b82ad2d4b0ac8a82aa5332db04
/
.
/
modules
/
figma.nix
blob: 884c0c3b21e9795bdc0f63fa67bef3355a99e381 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
home
.
packages
=
[
pkgs
.
figma
];
config
.
internal
.
allowUnfree
=
[
"figma"
];
}