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
|
brightnessctl
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
# Apps launchable from bindings
|
# Apps launchable from bindings
|
||||||
firefox
|
|
||||||
kitty
|
kitty
|
||||||
yazi
|
yazi
|
||||||
# Yazi requirements
|
# Yazi requirements
|
||||||
|
@ -80,6 +79,11 @@
|
||||||
};
|
};
|
||||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||||
|
};
|
||||||
|
|
||||||
# bar is required
|
# bar is required
|
||||||
imports = [
|
imports = [
|
||||||
../../bar
|
../../bar
|
||||||
|
|
Loading…
Reference in a new issue