make firefox not check default browser
This commit is contained in:
parent
98369d1717
commit
5f8e50471c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
# Set firefox autoplay policy to always allow autoplay for dashboard
|
# Set firefox autoplay policy to always allow autoplay for dashboard
|
||||||
programs.firefox.policies = {
|
programs.firefox.policies = {
|
||||||
Permissions.Autoplay.Allow = [ dashboardUrl ];
|
Permissions.Autoplay.Allow = [ dashboardUrl ];
|
||||||
|
DontCheckDefaultBrowser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable pipewire/pipewire-pulse for audio
|
# Enable pipewire/pipewire-pulse for audio
|
||||||
|
|
Loading…
Reference in a new issue