Files
nix-config/modules/hosts/vega/home.nix

10 lines
212 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";
};
}