Files
nix-config/modules/hosts/vega/home.nix
2026-09-11 01:59:55 +05:30

9 lines
210 B
Nix

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