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 = {
enable = true;
defaultEditor = true;
settings = ./config.toml;
themes = ./rosepine.toml;
settings = import ./helix-config.nix;
themes = import ./helix-theme.nix;
};
}