diff options
| author | Grisha Shipunov | 2025-06-11 11:05:04 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-11 11:05:04 +0200 |
| commit | 64269a89828c0a39426cd964ba6609e13d0f9950 (patch) | |
| tree | 5d5aadfede35aa978dec0809bdc6211c5a7ee48c /modules | |
| parent | fa39e47fef4576cbf2e9a8a023e2e86f7f365e79 (diff) | |
plasma: integrate firefox
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop-software.nix | 2 | ||||
| -rw-r--r-- | modules/plasma.nix | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/desktop-software.nix b/modules/desktop-software.nix index a09d31f..cbfba71 100644 --- a/modules/desktop-software.nix +++ b/modules/desktop-software.nix @@ -10,7 +10,6 @@ discord element-desktop ffmpeg-full - firefox ghostty gimp inkscape @@ -26,4 +25,5 @@ yt-dlp ]; programs.steam.enable = true; + programs.firefox.enable = true; } diff --git a/modules/plasma.nix b/modules/plasma.nix index cfbdd96..d71b475 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -36,4 +36,7 @@ }; services.desktopManager.plasma6.enable = true; + programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [ + plasma-browser-integration + ]; } |
