7 lines
No EOL
187 B
Nix
7 lines
No EOL
187 B
Nix
{ pkgs, ... }: {
|
|
programs.firefox = {
|
|
enable = true;
|
|
#todo make sure this on only if gnome is setup correctly
|
|
nativeMessagingHosts = [ pkgs.gnome-browser-connector ];
|
|
};
|
|
} |