From 4eba57f4e787bf97fe7dcb0e1702723aa08de01d Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 2 Aug 2026 22:05:46 +0700 Subject: . --- nixos/hosts/opus/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/opus/default.nix') diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix index 0372cb9..d1d65e0 100644 --- a/nixos/hosts/opus/default.nix +++ b/nixos/hosts/opus/default.nix @@ -42,6 +42,12 @@ ../../modules/features/drag-n-drop ]; + # ──────────────────────────────────────────────────────────────────────── + # Shell composition + # ──────────────────────────────────────────────────────────────────────── + # This properly installs ZSH, sets up vendor completions, and configures standard paths. + programs.zsh.enable = true; + # ──────────────────────────────────────────────────────────────────────── # Desktop composition (was attrs/desktop) # Inline because this host is the only one using the full desktop stack. @@ -60,7 +66,6 @@ }; environment.sessionVariables = { - SHELL = "${pkgs.fish}/bin/fish"; XCURSOR_THEME = "Bibata-Modern-Ice"; XCURSOR_SIZE = "20"; CC = "clang"; @@ -80,6 +85,7 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; + programs.throne = { enable = true; tunMode.enable = true; -- cgit v1.2.3