Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig c1ad26246c tmux: formatting 2024-07-28 13:27:41 -07:00
Zynh Ludwig 5c455e88d5 macos: fix home directory 2024-07-28 13:27:41 -07:00
2 changed files with 2 additions and 5 deletions

View File

@ -26,10 +26,7 @@ in
set -g @rose_pine_date_time '%c' # %c is a good value but
'';
}
{
plugin = tmuxPlugins.vim-tmux-navigator;
}
{ plugin = tmuxPlugins.vim-tmux-navigator; }
];
extraConfig = ''

View File

@ -26,7 +26,7 @@
};
home.username = "zynh";
home.homeDirectory = "/Users/zynh/";
home.homeDirectory = "/Users/zynh";
home.packages = with pkgs; [
nix-output-monitor