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