mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
9 lines
210 B
Nix
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";
|
|
};
|
|
}
|