From 1e7c2abaa71502b32557e80b84c037c8fbea6fc9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 7 Feb 2025 13:06:39 -0500 Subject: trying to get firefox pwa apps working --- lib/linux.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/linux.nix b/lib/linux.nix index a86929e..9f6bc73 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -55,8 +55,8 @@ in dict dmenu feh - firefox flameshot + firefoxpwa gajim glibcLocales # rofi locale fix -- https://github.com/rycee/home-manager/issues/354#issuecomment-415914278 gnumake @@ -213,6 +213,16 @@ in programs = { git.signing.signByDefault = true; + + firefox = { + enable = true; + package = + if lib.versionAtLeast config.home.stateVersion "19.09" + then pkgs.firefox + else pkgs.firefox-unwrapped; + nativeMessagingHosts = [ pkgs.firefoxpwa ]; + }; + qutebrowser = { enable = true; settings = { -- cgit v1.2.3