mirror of
https://github.com/RGBCube/ncc
synced 2025-09-12 17:17:57 +00:00
zen: disable for now
This commit is contained in:
parent
fbf2395c1c
commit
30791ae627
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue