diff options
| author | triethyl <triethylammonium@pm.me> | 2026-01-28 15:10:41 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-01-28 15:10:41 -0500 |
| commit | 59d885199e5840c1d266a6bfd2b9ae5fcf09957c (patch) | |
| tree | 908d4e89a2573e85dc3334d769aa09b3955bdc0b /home-manager/features/gui/apps/librewolf.nix | |
| parent | ec74e028dda1eef2bbf9964066bc58942e273712 (diff) | |
home-manager: configured librewolf
Diffstat (limited to 'home-manager/features/gui/apps/librewolf.nix')
| -rw-r--r-- | home-manager/features/gui/apps/librewolf.nix | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/home-manager/features/gui/apps/librewolf.nix b/home-manager/features/gui/apps/librewolf.nix deleted file mode 100644 index 9bc0c05..0000000 --- a/home-manager/features/gui/apps/librewolf.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ - config, - pkgs, - lib, - ... -}: let - cfg = config.features.gui.apps.librewolf; -in { - options.features.gui.apps.librewolf.enable = lib.mkEnableOption "librewolf"; - config = lib.mkIf cfg.enable { - programs.librewolf = { - enable = true; - settings = { - "browser.tabs.inTitlebar" = 0; - }; - # profiles."lucas" = { - # search = { - # force = true; - # default = "DuckDuckGo"; - # # engines = { - # # "Nix Packages" = { - # # urls = [{ - # # template = "https://search.nixos.org/packages"; - # # params = [ - # # { name = "type"; value = "packages"; } - # # { name = "channel"; value = "unstable"; } - # # { name = "query"; value = "{searchTerms}"; } - # # ]; - # # }]; - # # icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; - # # definedAliases = [ "@n" ]; - # # }; - # # }; - # }; - # }; - }; - }; -} |
