diff options
Diffstat (limited to 'modules/home-manager/helix.nix')
| -rw-r--r-- | modules/home-manager/helix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index 6eb8895..1eaebfb 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -1,6 +1,6 @@ -{ pkgs, catppuccin-helix, ... }: { +{ pkgs, inputs, ... }: { # https://github.com/catppuccin/helix - xdg.configFile."helix/themes".source = "${catppuccin-helix}/themes/default"; + xdg.configFile."helix/themes".source = "${inputs.catppuccin-helix}/themes/default"; programs.helix = { enable = true; |
