Compare commits
2 Commits
0d1be1643c
...
c1ad26246c
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | c1ad26246c | |
Zynh Ludwig | 5c455e88d5 |
|
@ -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 = ''
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
home.username = "zynh";
|
||||
home.homeDirectory = "/Users/zynh/";
|
||||
home.homeDirectory = "/Users/zynh";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
|
|
Loading…
Reference in New Issue