NixOnDroid : Add tmux config.
This commit is contained in:
parent
2e8c85e93e
commit
2678221e47
|
@ -53,5 +53,9 @@
|
|||
enable = true;
|
||||
bashrcExtra = "source ~/.bash/Bashrc.sh";
|
||||
};
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./common/tmux/tmux.conf;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue