2024-01-01 14:42:36 +09:00
|
|
|
{ inputs, pkgs, ... }: {
|
|
|
|
imports = [
|
|
|
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
|
|
|
./plasma-manager.nix
|
|
|
|
];
|
2024-01-01 16:32:13 +09:00
|
|
|
|
|
|
|
# Add the Firefox integrations
|
2024-01-01 16:33:58 +09:00
|
|
|
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
2024-01-01 16:32:13 +09:00
|
|
|
plasma-integration
|
|
|
|
];
|
2024-01-01 00:25:53 +09:00
|
|
|
}
|