trying toml instead of nix config file
This commit is contained in:
parent
c836e5c648
commit
9b17f3e8b4
4 changed files with 230 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue