summaryrefslogtreecommitdiff
path: root/nixos/hosts/opus
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/opus')
-rw-r--r--nixos/hosts/opus/default.nix4
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";