Commit 621c60bcd471
Changed files (2)
envs
tmux
envs/tmux/tmux.conf
@@ -130,3 +130,6 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @continuum-restore 'on'
run '~/.config/tmux/plugins/tpm/tpm'
+
+if 'command -v fish >/dev/null' \
+ 'set -g default-shell ~/.nix-profile/bin/fish'
\ No newline at end of file
envs/remote-dev.nix
@@ -7,4 +7,5 @@
./dev.go.nix
./dev.rust.nix
];
+ manual.manpages.enable = false;
}