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:
parent
fbf2395c1c
commit
30791ae627
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, ... }: let
|
{ lib, ... }: let
|
||||||
inherit (lib) enabled;
|
inherit (lib) disabled;
|
||||||
|
|
||||||
lockedAs = Value: attrs: attrs // {
|
lockedAs = Value: attrs: attrs // {
|
||||||
inherit Value;
|
inherit Value;
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
programs.zen-browser = enabled {
|
programs.zen-browser = disabled {
|
||||||
inherit policies;
|
inherit policies;
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue