summaryrefslogtreecommitdiff
path: root/profiles/desktop.nix
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-07-31 14:48:53 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-07-31 14:48:53 -0500
commit1ae615826dcb98cc9bfa83a0d6c0b550c6f36278 (patch)
tree9d16db00c47c30f0aeabaf74dab75783cf36fcc3 /profiles/desktop.nix
parente3ff89bb779eaa99b9bf9a9d67cfcafd860ac7b4 (diff)
add desktop notes
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) ---