1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 01:27:56 +00:00

zen: disable for now

This commit is contained in:
RGBCube 2025-08-02 21:13:36 +03:00
parent fbf2395c1c
commit 30791ae627
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -1,5 +1,5 @@
{ lib, ... }: let
inherit (lib) enabled;
inherit (lib) disabled;
lockedAs = Value: attrs: attrs // {
inherit Value;
@ -93,7 +93,7 @@
};
in {
home-manager.sharedModules = [{
programs.zen-browser = enabled {
programs.zen-browser = disabled {
inherit policies;
};
}];