Update themes and ff integration

This commit is contained in:
iFargle 2024-01-01 16:31:11 +09:00
parent 0176c3d5d8
commit 141fe1ee72

View file

@ -29,7 +29,14 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arc-kde-theme arc-kde-theme
arc-theme
papirus-icon-theme papirus-icon-theme
plasma-theme-switcher plasma-theme-switcher
tailscale-systray
];
# Add the Firefox integrations
programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
plasma-integration
]; ];
} }