Remove redundant desktop-portal config
This commit is contained in:
parent
2b54dabf74
commit
4702a026b7
|
@ -5,12 +5,6 @@
|
|||
MOZ_USE_XINPUT2 = "1";
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
config.common.default = [ "gtk" ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./wltools.nix
|
||||
|
|
|
@ -8,8 +8,6 @@ in {
|
|||
swaybg
|
||||
swayidle
|
||||
];
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
xdg.portal.config.hyprland.default = [ "hyprland" "gtk" ];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue