diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-02 22:05:46 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-02 22:05:46 +0700 |
| commit | 4eba57f4e787bf97fe7dcb0e1702723aa08de01d (patch) | |
| tree | fc0a648ee970fa3bbf8ad3db794788a48eb2c80d /nixos/hosts/opus | |
| parent | 7ed2cd02363a48dd9f6f9704efddfb15fe26944e (diff) | |
.
Diffstat (limited to 'nixos/hosts/opus')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ -43,6 +43,12 @@ ]; # ──────────────────────────────────────────────────────────────────────── + # 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; |
