trying toml instead of nix config file

This commit is contained in:
twoneis 2023-11-13 18:28:30 +01:00
parent c836e5c648
commit 9b17f3e8b4
4 changed files with 230 additions and 2 deletions

View file

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