Let's try theming helix

This commit is contained in:
Lillian Violet 2024-04-27 14:40:15 +02:00
parent 245358b965
commit 67afd17e6e
6 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
programs.helix = {
catppuccin.enable = true;
};
}