infrastructure/config/modules/home/disables.nix
2021-09-03 05:03:43 +01:00

5 lines
63 B
Nix

{ ... }: {
disabledModules = [
"programs/vim.nix"
];
}