Compare commits
No commits in common. "6eb39422705f48864b15223ddd2c6020532f4d5a" and "5abe4e929e0ad92d6cc5c69c4377bdcf64c06277" have entirely different histories.
6eb3942270
...
5abe4e929e
|
@ -46,7 +46,6 @@ in
|
||||||
https-everywhere
|
https-everywhere
|
||||||
i-dont-care-about-cookies
|
i-dont-care-about-cookies
|
||||||
reddit-enhancement-suite
|
reddit-enhancement-suite
|
||||||
sponsorblock
|
|
||||||
ublock-origin
|
ublock-origin
|
||||||
]
|
]
|
||||||
++ lib.optional (cfg.tridactyl.enable) tridactyl
|
++ lib.optional (cfg.tridactyl.enable) tridactyl
|
||||||
|
|
|
@ -14,15 +14,7 @@ let
|
||||||
in
|
in
|
||||||
throwOnCanary {
|
throwOnCanary {
|
||||||
options.my.secrets = mkOption {
|
options.my.secrets = mkOption {
|
||||||
type =
|
type = types.attrs;
|
||||||
let
|
|
||||||
valueType = with types; oneOf [
|
|
||||||
int
|
|
||||||
str
|
|
||||||
(attrsOf valueType)
|
|
||||||
];
|
|
||||||
in
|
|
||||||
valueType;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config.my.secrets = {
|
config.my.secrets = {
|
||||||
|
|
|
@ -14,15 +14,7 @@ let
|
||||||
in
|
in
|
||||||
throwOnCanary {
|
throwOnCanary {
|
||||||
options.my.secrets = mkOption {
|
options.my.secrets = mkOption {
|
||||||
type =
|
type = types.attrs;
|
||||||
let
|
|
||||||
valueType = with types; oneOf [
|
|
||||||
int
|
|
||||||
str
|
|
||||||
(attrsOf valueType)
|
|
||||||
];
|
|
||||||
in
|
|
||||||
valueType;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config.my.secrets = {
|
config.my.secrets = {
|
||||||
|
|
Loading…
Reference in a new issue