dev-machine: disable zeal (requires qtwebengine)

This commit is contained in:
2023-08-16 11:29:43 +00:00
parent 69efecb2ef
commit 6a2603a4ea

View File

@@ -24,8 +24,7 @@ in
(mkIf cfg {
sane.programs.docsets.enableFor.system = true;
sane.programs.ldd-aarch64.enableFor.user.colin = true;
# TODO: migrate this to `sane.user.programs.zeal.enable = true`
sane.programs.zeal.enableFor.user.colin = true;
# sane.programs.zeal.enableFor.user.colin = true;
})
];
}