mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
10 lines
212 B
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";
|
|
};
|
|
}
|