changed back to nix files

This commit is contained in:
twoneis 2023-11-13 18:30:36 +01:00
parent 9b17f3e8b4
commit 609bbe62d6

View file

@ -7,7 +7,7 @@
programs.helix = { programs.helix = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
settings = ./config.toml; settings = import ./helix-config.nix;
themes = ./rosepine.toml; themes = import ./helix-theme.nix;
}; };
} }