add theme
This commit is contained in:
parent
b8a009c39b
commit
6aef1d4b65
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.helix.packages."${system}".helix;
|
package = inputs.helix.packages."${system}".helix;
|
||||||
|
settings = { theme = "solarized_dark"; };
|
||||||
languages = [{
|
languages = [{
|
||||||
name = "nix";
|
name = "nix";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
Loading…
Reference in a new issue