From 650ded7b9b3de2de3f1aaf0e4e951861960c3094 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 18 Jan 2022 12:54:54 -0500 Subject: [PATCH] helix theme --- home-cli.nix | 5 +++++ 1 file changed, 5 insertions(+) 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\""; + }; }