changed back to nix files
This commit is contained in:
parent
9b17f3e8b4
commit
609bbe62d6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue