mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add tmux
This commit is contained in:
parent
493ac02c33
commit
86daca782c
2 changed files with 7 additions and 1 deletions
|
|
@ -83,6 +83,10 @@
|
|||
enableZshIntegration = true;
|
||||
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile (genebean-omp-themes + "/beanbag.omp.json")));
|
||||
};
|
||||
tmux = {
|
||||
enable = true;
|
||||
historyLimit = 100000;
|
||||
};
|
||||
vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
|
|||
|
|
@ -85,7 +85,9 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue