mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Set helix theme to gruvbox
This commit is contained in:
parent
a6d4d122e1
commit
04601e789b
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
homeConfiguration "nixos" {
|
homeConfiguration "nixos" {
|
||||||
programs.helix = enabled {
|
programs.helix = enabled {
|
||||||
|
settings.theme = "gruvbox";
|
||||||
|
|
||||||
settings.editor = {
|
settings.editor = {
|
||||||
auto-pairs."<" = ">";
|
auto-pairs."<" = ">";
|
||||||
auto-pairs."`" = "`";
|
auto-pairs."`" = "`";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue