mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-05 22:58: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 {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
|
||||||
(gimp-with-plugins.override {
|
(gimp-with-plugins.override {
|
||||||
plugins = with gimpPlugins; [
|
plugins = with gimpPlugins; [
|
||||||
resynthesizer
|
resynthesizer
|
||||||
|
|
@ -47,6 +46,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
firefox = {
|
||||||
|
enable = true;
|
||||||
|
nativeMessagingHosts.packages = [ pkgs.keepassxc ];
|
||||||
|
};
|
||||||
wayvnc.enable = true;
|
wayvnc.enable = true;
|
||||||
wireshark = {
|
wireshark = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue