dont need with statement for this one func
This commit is contained in:
parent
91d1fae83a
commit
fbc2d08de8
1 changed files with 1 additions and 2 deletions
|
|
@ -45,7 +45,6 @@
|
||||||
# DisplayMenuBar = "default-off"; # alternatives: "always", "never" or "default-on"
|
# DisplayMenuBar = "default-off"; # alternatives: "always", "never" or "default-on"
|
||||||
# SearchBar = "unified"; # alternat
|
# SearchBar = "unified"; # alternat
|
||||||
ExtensionSettings =
|
ExtensionSettings =
|
||||||
with builtins;
|
|
||||||
let
|
let
|
||||||
extension = shortId: uuid: {
|
extension = shortId: uuid: {
|
||||||
name = uuid;
|
name = uuid;
|
||||||
|
|
@ -55,7 +54,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
listToAttrs [
|
builtins.listToAttrs [
|
||||||
(extension "tree-style-tab" "treestyletab@piro.sakura.ne.jp")
|
(extension "tree-style-tab" "treestyletab@piro.sakura.ne.jp")
|
||||||
(extension "ublock-origin" "uBlock0@raymondhill.net")
|
(extension "ublock-origin" "uBlock0@raymondhill.net")
|
||||||
(extension "bitwarden-password-manager" "{446900e4-71c2-419f-a6a7-df9c091e268b}")
|
(extension "bitwarden-password-manager" "{446900e4-71c2-419f-a6a7-df9c091e268b}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue