summaryrefslogtreecommitdiff
path: root/profiles/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desktop.nix')
-rw-r--r--profiles/desktop.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desktop.nix b/profiles/desktop.nix
index a213995..e4a1fcc 100644
--- a/profiles/desktop.nix
+++ b/profiles/desktop.nix
@@ -118,8 +118,7 @@ in
Alias = "searx";
}
];
- # Names must match the engines' internal names. Wikipedia's built-in
- # engine is named "Wikipedia (en)" in the en-US locale.
+ # NOTE: these are in alphabetical order :(
Order = [ "DuckDuckGo" "Searx" "Wikipedia (en)" "eBay" "Google" ];
};
@@ -138,6 +137,8 @@ in
installation_mode = "normal_installed";
};
};
+
+ policies.PasswordManagerEnabled = false;
};
# --- Common desktop tools (system-wide to stay username-agnostic) ---