13 lines
117 B
Nix
13 lines
117 B
Nix
|
{
|
||
|
inputs,
|
||
|
outputs,
|
||
|
lib,
|
||
|
config,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: {
|
||
|
programs.helix = {
|
||
|
catppuccin.enable = true;
|
||
|
};
|
||
|
}
|