From 609bbe62d678347ffe6a7ad4e6c89aeb9385457b Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 13 Nov 2023 18:30:36 +0100 Subject: [PATCH] changed back to nix files --- modules/home/editor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/editor/default.nix b/modules/home/editor/default.nix index 7c8f86c..399d5d2 100644 --- a/modules/home/editor/default.nix +++ b/modules/home/editor/default.nix @@ -7,7 +7,7 @@ programs.helix = { enable = true; defaultEditor = true; - settings = ./config.toml; - themes = ./rosepine.toml; + settings = import ./helix-config.nix; + themes = import ./helix-theme.nix; }; }