From cff582713c75a7edf34544a3454df97780ccfb73 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Fri, 31 Jul 2026 19:48:38 +0700 Subject: drag-n-drop --- nixos/hosts/opus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix index b56e3d0..0372cb9 100644 --- a/nixos/hosts/opus/default.nix +++ b/nixos/hosts/opus/default.nix @@ -39,6 +39,7 @@ ../../modules/features/dev-tools ../../modules/features/wireshark ../../modules/features/mouse + ../../modules/features/drag-n-drop ]; # ──────────────────────────────────────────────────────────────────────── @@ -50,7 +51,6 @@ platformTheme = "qt5ct"; style = "breeze"; }; - xdg.portal = { enable = true; extraPortals = [ @@ -80,7 +80,6 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; - programs.throne = { enable = true; tunMode.enable = true; @@ -89,6 +88,7 @@ environment.systemPackages = with pkgs; [ pkgs.lutris pkgs.prismlauncher + pkgs.bottles ]; system.stateVersion = "26.05"; -- cgit v1.2.3