Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
nixConfig
/
504b0fd818092294aa6adea4d72c2df6db7a7abe
/
.
/
modules
/
common
/
files.nix
blob: 111437d5a15f3e270b274df755e989f8bc6d37cb [
file
] [
log
] [
blame
]
{
pkgs
,
flakeRoot
,
...
}:
{
home
-
manager
.
users
.
coded
.
programs
.
yazi
=
{
enable
=
true
;
enableZshIntegration
=
true
;
theme
=
builtins
.
fromTOML
(
builtins
.
readFile
"${flakeRoot}/extensions/yazi/catppuccin-macchiato-theme.toml"
);
};
}