Compare commits
No commits in common. "c1ad26246c666a503380ec60ba8a0a0642c61341" and "0d1be1643c20047d131b2291b540c1028050a09c" have entirely different histories.
c1ad26246c
...
0d1be1643c
|
@ -26,7 +26,10 @@ in
|
||||||
set -g @rose_pine_date_time '%c' # %c is a good value but
|
set -g @rose_pine_date_time '%c' # %c is a good value but
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{ plugin = tmuxPlugins.vim-tmux-navigator; }
|
{
|
||||||
|
plugin = tmuxPlugins.vim-tmux-navigator;
|
||||||
|
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.username = "zynh";
|
home.username = "zynh";
|
||||||
home.homeDirectory = "/Users/zynh";
|
home.homeDirectory = "/Users/zynh/";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
Loading…
Reference in New Issue