mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-05 14:48:34 +02:00
profile/desktop-apps: enable nativeMessagingHosts for firefox
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
2ae06f4dec
commit
2406b3629a
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [
|
||||
resynthesizer
|
||||
|
|
@ -47,6 +46,10 @@ in
|
|||
];
|
||||
|
||||
programs = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.packages = [ pkgs.keepassxc ];
|
||||
};
|
||||
wayvnc.enable = true;
|
||||
wireshark = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue