From 7e7bebcc516d365303dfc1174dc7bca5b75cd27d Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 1 Jan 2024 16:32:13 +0900 Subject: [PATCH] Update Plasma 6 --- home-manager/common/desktops/plasma6/default.nix | 5 +++++ nixos/common/desktops/plasma6/default.nix | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/common/desktops/plasma6/default.nix b/home-manager/common/desktops/plasma6/default.nix index 6ac291c3..9f74c493 100644 --- a/home-manager/common/desktops/plasma6/default.nix +++ b/home-manager/common/desktops/plasma6/default.nix @@ -3,4 +3,9 @@ inputs.plasma-manager.homeManagerModules.plasma-manager ./plasma-manager.nix ]; + + # Add the Firefox integrations + programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [ + plasma-integration + ]; } diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 1fbcf1f8..72683f57 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -34,9 +34,4 @@ plasma-theme-switcher tailscale-systray ]; - - # Add the Firefox integrations - programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [ - plasma-integration - ]; }