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