mtworx: extensions + devtools
This commit is contained in:
parent
5336c7beb4
commit
1067099585
@ -61,6 +61,7 @@ in {
|
|||||||
|
|
||||||
base.users = {
|
base.users = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
devTools = true;
|
||||||
root.initialPassword = "live";
|
root.initialPassword = "live";
|
||||||
user.initialPassword = "live";
|
user.initialPassword = "live";
|
||||||
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
|
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
|
||||||
|
@ -114,10 +114,11 @@ in {
|
|||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
};
|
};
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
golinks
|
||||||
|
|
||||||
bitwarden
|
bitwarden
|
||||||
ublock-origin
|
ublock-origin
|
||||||
consent-o-matic
|
consent-o-matic
|
||||||
joplin-web-clipper
|
|
||||||
multi-account-containers
|
multi-account-containers
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user