plasma: integrate firefox
This commit is contained in:
parent
fa39e47fef
commit
64269a8982
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -36,4 +36,7 @@
|
|||
};
|
||||
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [
|
||||
plasma-browser-integration
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue