We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b5d95 commit d7b7981Copy full SHA for d7b7981
hosts/common/optional/firefox-session.nix
@@ -34,22 +34,6 @@
34
SkipOnboarding = true;
35
};
36
37
- profiles.default = {
38
- id = 0;
39
- name = "default";
40
- search = {
41
- default = "DuckDuckGo";
42
- engines = {
43
- "Kagi" = {
44
- urls = [{ template = "https://kagi.com/search?q={searchTerms}"; }];
45
- iconUpdateUrl = "https://assets.kagi.com/v2/apple-touch-icon.png";
46
- };
47
- "Amazon.com".metaData.hidden = true;
48
- "Bing".metaData.hidden = true;
49
- "eBay".metaData.hidden = true;
50
51
52
53
54
firefox-kiosk = pkgs.writeShellScriptBin "firefox-kiosk" ''
55
systemctl --user import-environment DISPLAY WAYLAND_DISPLAY
0 commit comments