From e2b9544ced00a9a5385637fb18f4f666a1882e2f Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:33:22 +0100 Subject: [PATCH] Remove helix --- modules/home.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index 6b2fdc5..fba10cc 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -9,11 +9,6 @@ }; }; - programs.helix = { - enable = true; - settings.theme = "ayu_dark"; - }; - programs = { git = { enable = true;