toplevel,steveej-x13s,sj-srv1: bump to nixos 25.05
This commit is contained in:
parent
a1df9205d5
commit
08817d93bc
16 changed files with 154 additions and 279 deletions
|
@ -40,14 +40,20 @@ let
|
|||
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
privateDefault = "DuckDuckGo";
|
||||
default = "ddg";
|
||||
privateDefault = "ddg";
|
||||
|
||||
order = [
|
||||
"ddg"
|
||||
"ecosia"
|
||||
"google"
|
||||
];
|
||||
};
|
||||
|
||||
mkProfile =
|
||||
override:
|
||||
lib.recursiveUpdate {
|
||||
extensions = ryceeAddons ++ customAddons;
|
||||
extensions.packages = ryceeAddons ++ customAddons;
|
||||
inherit search;
|
||||
|
||||
settings = {
|
||||
|
@ -321,7 +327,7 @@ in
|
|||
};
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
package = pkgs.firefox;
|
||||
|
||||
profiles = mkProfiles {
|
||||
"personal" = mkProfile {
|
||||
|
@ -377,8 +383,33 @@ in
|
|||
id = 12;
|
||||
color = colors.pink;
|
||||
};
|
||||
"tech-research" = mkProfile {
|
||||
id = 13;
|
||||
color = colors.purple;
|
||||
};
|
||||
};
|
||||
|
||||
# policies = {
|
||||
# # search via policy. the other one doesn't always work because of schema version mismatch
|
||||
# SearchEngines = {
|
||||
# Default = "Qwant";
|
||||
# PreventInstalls = true;
|
||||
|
||||
# Add = [
|
||||
# {
|
||||
# Method = "GET";
|
||||
# Alias = "qwant";
|
||||
# Description = "Description";
|
||||
# # PostData= "name=value&q={searchTerms}";
|
||||
|
||||
# Name = "Qwant";
|
||||
# SuggestURLTemplate = "https://api.qwant.com/api/suggest/?q={searchTerms}";
|
||||
# URLTemplate = "https://www.qwant.com/?q={searchTerms}";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
|
||||
};
|
||||
|
||||
# create one desktop entry for each profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue