fix: pi + tmux, ld for uv

This commit is contained in:
2026-04-06 16:02:20 -04:00
parent 8cf42eae8f
commit 79137b7f62
2 changed files with 5 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ in
set -g mouse on
setw -g mode-keys vi
set -ag terminal-overrides ",xterm-256color:Tc:Ms=\\E]52;c%p1%.0s;%p2%s\\7"
set -g extended-keys-format csi-u
set -g extended-keys on
# Start Index 1
set -g base-index 1

View File

@@ -14,6 +14,9 @@ in
system.stateVersion = "25.11";
time.timeZone = "America/New_York";
networking.firewall.trustedInterfaces = [ "enp0s1" ];
programs.nix-ld.enable = true;
# System Config
reichard = {
nix = enabled;