feat(hypr): Enable firefox pwas
This commit is contained in:
parent
8e650f11c8
commit
d32ef92f78
1 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
|||
brightnessctl
|
||||
networkmanagerapplet
|
||||
# Apps launchable from bindings
|
||||
firefox
|
||||
kitty
|
||||
yazi
|
||||
# Yazi requirements
|
||||
|
@ -80,6 +79,11 @@
|
|||
};
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
};
|
||||
|
||||
# bar is required
|
||||
imports = [
|
||||
../../bar
|
||||
|
|
Loading…
Reference in a new issue