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