diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 19:48:38 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 19:48:38 +0700 |
| commit | cff582713c75a7edf34544a3454df97780ccfb73 (patch) | |
| tree | 8d2f10ad0355c2a69d21b22224a468191230f337 /nixos/hosts/opus | |
| parent | 4835f660f9435fa64336daaaae1ea3cab1dfbee6 (diff) | |
drag-n-drop
Diffstat (limited to 'nixos/hosts/opus')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |
