Let's try theming helix
This commit is contained in:
parent
245358b965
commit
67afd17e6e
6 changed files with 17 additions and 0 deletions
12
home-manager/package-configs/helix.nix
Normal file
12
home-manager/package-configs/helix.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.helix = {
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue