This commit is contained in:
zack 2025-05-23 11:58:24 -04:00
parent 916f497b84
commit 7aed32eea7
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
15 changed files with 210 additions and 154 deletions

View file

@ -24,7 +24,7 @@ in {
programs.tmux = {
enable = true;
shell = "${lib.getExe pkgs.nushell}";
shell = "${lib.getExe pkgs.fish}";
historyLimit = 100000;
plugins = with pkgs; [
tmuxPlugins.sensible