summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/linux.nix12
1 files changed, 11 insertions, 1 deletions
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 = {