Compare commits

..

No commits in common. "6eb39422705f48864b15223ddd2c6020532f4d5a" and "5abe4e929e0ad92d6cc5c69c4377bdcf64c06277" have entirely different histories.

3 changed files with 2 additions and 19 deletions

View file

@ -46,7 +46,6 @@ in
https-everywhere
i-dont-care-about-cookies
reddit-enhancement-suite
sponsorblock
ublock-origin
]
++ lib.optional (cfg.tridactyl.enable) tridactyl

View file

@ -14,15 +14,7 @@ let
in
throwOnCanary {
options.my.secrets = mkOption {
type =
let
valueType = with types; oneOf [
int
str
(attrsOf valueType)
];
in
valueType;
type = types.attrs;
};
config.my.secrets = {

View file

@ -14,15 +14,7 @@ let
in
throwOnCanary {
options.my.secrets = mkOption {
type =
let
valueType = with types; oneOf [
int
str
(attrsOf valueType)
];
in
valueType;
type = types.attrs;
};
config.my.secrets = {