fix(hyprland): register portal once
This commit is contained in:
parent
d31c05e1c4
commit
a12c27afd7
1 changed files with 1 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ in
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
portalPackage = null;
|
portalPackage = pkgs.xdg-desktop-portal-hyprland;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
@ -131,7 +131,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
];
|
];
|
||||||
config.common = {
|
config.common = {
|
||||||
default = [
|
default = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue