diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-10 22:51:25 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-10 22:51:25 +0700 |
| commit | ea52aa622ff5c4c522ccd159da38a957f88f46eb (patch) | |
| tree | c8cc5d64608c2a52e72f17426646e23dbcd371b7 /nixos/hosts/opus/default.nix | |
| parent | b592a7d0e626dbd328a2731ed061322f86669047 (diff) | |
upd
Diffstat (limited to 'nixos/hosts/opus/default.nix')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 35 |
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"; } |
