summaryrefslogtreecommitdiff
path: root/modules/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop')
-rw-r--r--modules/desktop/wayland.nix8
-rw-r--r--modules/desktop/wms/hyprland.nix2
2 files changed, 1 insertions, 9 deletions
diff --git a/modules/desktop/wayland.nix b/modules/desktop/wayland.nix
index 9197a4e..457a7f0 100644
--- a/modules/desktop/wayland.nix
+++ b/modules/desktop/wayland.nix
@@ -8,12 +8,6 @@
options.addons.desktop.wayland.enable = lib.mkEnableOption "Enable wayland";
config = lib.mkIf config.addons.desktop.wayland.enable {
services.displayManager.sddm.wayland.enable = true;
-
- xdg.portal = {
- enable = true;
- extraPortals = [
- pkgs.xdg-desktop-portal-gtk
- ];
- };
+ security.rtkit.enable = true;
};
}
diff --git a/modules/desktop/wms/hyprland.nix b/modules/desktop/wms/hyprland.nix
index b35881c..d339f98 100644
--- a/modules/desktop/wms/hyprland.nix
+++ b/modules/desktop/wms/hyprland.nix
@@ -42,8 +42,6 @@ in
waybar
waybar-mpris
mako
- xdg-desktop-portal-gnome
- xdg-desktop-portal-hyprland
wl-clipboard
hyprland-qt-support
];