infrastructure/modules/home/disables.nix

3 lines
126 B
Nix

{ config, modulesPath, ... }: {
disabledModules = map (x: /. + "${toString modulesPath}/${x}") [ "programs/neovim.nix" ];
}