summaryrefslogtreecommitdiff
path: root/nixos/hosts/opus
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/opus')
-rw-r--r--nixos/hosts/opus/default.nix35
1 files changed, 13 insertions, 22 deletions
diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix
index b0bf347..2b4fe7b 100644
--- a/nixos/hosts/opus/default.nix
+++ b/nixos/hosts/opus/default.nix
@@ -23,7 +23,7 @@
../../modules/features/nvidia
../../modules/features/appimage
../../modules/features/mpd
- ../../modules/features/swingmusic
+# ../../modules/features/swingmusic
../../modules/features/monitoring
../../modules/features/terminals
../../modules/features/cli-tools
@@ -35,10 +35,18 @@
../../modules/features/gst-codecs
../../modules/features/fonts
../../modules/features/desktop-apps
- ../../modules/features/dev-tools
- ../../modules/features/vpn-utils
- ../../modules/features/wireshark
- ../../modules/features/mouse
+ ../../modules/features/browsers
+ ../../modules/features/messaging
+ ../../modules/features/productivity
+ ../../modules/features/security
+ ../../modules/features/media-tools
+ ../../modules/features/p2p
+ ../../modules/features/language-tools
+ ../../modules/features/gaming
+ ../../modules/features/dev-tools
+ ../../modules/features/vpn-utils
+ ../../modules/features/wireshark
+ ../../modules/features/mouse
];
# ────────────────────────────────────────────────────────────────────────
@@ -74,22 +82,5 @@
QT_SCREEN_SCALE_FACTORS = "1.5";
};
- # ────────────────────────────────────────────────────────────────────────
- # Gaming composition (was attrs/gaming)
- # Host-only desktop apps that don't (yet) deserve their own feature module.
- # ────────────────────────────────────────────────────────────────────────
- # Steam: remote play and dedicated servers need open firewall ports.
- programs.steam = {
- enable = true;
- remotePlay.openFirewall = true;
- dedicatedServer.openFirewall = true;
- };
- # Wine-based launchers for Windows games & apps.
- environment.systemPackages = with pkgs; [
- pkgs.lutris
- pkgs.prismlauncher
- pkgs.bottles
- ];
-
system.stateVersion = "26.05";
}