From 141fe1ee723890d8ce42f7e054b74d51ec73aa5a Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 1 Jan 2024 16:31:11 +0900 Subject: [PATCH] Update themes and ff integration --- nixos/common/desktops/plasma6/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 3a7e07ec..1fbcf1f8 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -29,7 +29,14 @@ environment.systemPackages = with pkgs; [ arc-kde-theme + arc-theme papirus-icon-theme plasma-theme-switcher + tailscale-systray + ]; + + # Add the Firefox integrations + programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [ + plasma-integration ]; }