diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 5cc014b..0979aae 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -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; diff --git a/shared/home/default.nix b/shared/home/default.nix index ca00bb3..6c8cdc0 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -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 ]; };