diff --git a/home-cli.nix b/home-cli.nix index 91a76d6..d64f3c3 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -394,4 +394,9 @@ in abort_merge: Some(( code: Char('M'), modifiers: ( bits: 1,),)), )''; }; + + home.file.helix = { + target = ".config/helix/config.toml"; + text = "theme = \"nord\""; + }; }