helix back on git :)

This commit is contained in:
Tao Tien 2025-09-10 12:55:40 -07:00
parent 511bb35c30
commit 629ec6abcd
3 changed files with 52 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{inputs, pkgs, ...}: {
programs.helix = {
settings = {
theme = "gruvbox_dark_hard";
@ -262,6 +262,6 @@
};
enable = true;
defaultEditor = true;
# package = inputs.helix.packages.${pkgs.system}.default;
package = inputs.helix.packages.${pkgs.system}.default;
};
}