feat(hypr): Enable firefox pwas

This commit is contained in:
GaspardCulis 2024-11-14 12:22:27 +01:00
parent 8e650f11c8
commit d32ef92f78

View file

@ -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