refactor(hosts): clean up vega home configuration

This commit is contained in:
tux
2026-09-20 05:51:36 +05:30
parent 8df547dd8b
commit f2d133b58a

View File

@@ -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";
};
}