helix git but actually

This commit is contained in:
Tao Tien 2024-02-01 23:01:05 -08:00
parent 6a73955468
commit 942628f3d7
3 changed files with 8 additions and 21 deletions

View file

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