Compare commits

..

2 commits

Author SHA1 Message Date
c1ad26246c tmux: formatting 2024-07-28 13:27:41 -07:00
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