From 295ffd4f06bb282613f99486c5058c73ea99c4b2 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 17 Oct 2022 12:58:57 +0200 Subject: [PATCH] Use firefox with integration --- home/common.nix | 3 --- home/macbook-nixos.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/common.nix b/home/common.nix index b16725a..18605c7 100644 --- a/home/common.nix +++ b/home/common.nix @@ -102,9 +102,6 @@ enableAliases = true; }; - # later - firefox = { }; - fzf = { enable = true; enableFishIntegration = true; diff --git a/home/macbook-nixos.nix b/home/macbook-nixos.nix index 2a450f7..8599afb 100644 --- a/home/macbook-nixos.nix +++ b/home/macbook-nixos.nix @@ -23,6 +23,9 @@ # TeX texlive.combined.scheme-full + (firefox.override { cfg.enablePlasmaBrowserIntegration = true; }) + plasma-browser-integration + # Java & sbt openjdk11 sbt