From eeb53599fb7f7a6ae9543f37538d6eef69b5d81c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 11 Oct 2025 21:02:35 +0200 Subject: Bunch of updates: - Fixed not having virt-manager - Added Steam - Removed old ssd mounts on apocalypse - Fixed syncthing service - Probably some spotify stuff --- modules/desktop/wayland.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/desktop/wayland.nix') diff --git a/modules/desktop/wayland.nix b/modules/desktop/wayland.nix index 0b78daf..d7b9651 100644 --- a/modules/desktop/wayland.nix +++ b/modules/desktop/wayland.nix @@ -2,5 +2,12 @@ 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 + ]; + }; }; } -- cgit v1.3.1