From f2d133b58a5f42ecf3f0c1dd367d66cccd5e73f7 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 20 Sep 2026 05:51:36 +0530 Subject: [PATCH] refactor(hosts): clean up vega home configuration --- modules/hosts/vega/home.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/hosts/vega/home.nix b/modules/hosts/vega/home.nix index a944742..adf3732 100644 --- a/modules/hosts/vega/home.nix +++ b/modules/hosts/vega/home.nix @@ -1,8 +1,5 @@ -{lib, ...}: { +{ flake.modules.homeManager.vega = { - # @TODO: Broken currently - By default it's enabled by neovim module - programs.vim.enable = lib.mkForce false; - home.stateVersion = "26.05"; }; }