NixOnDroid : Add tmux config.

This commit is contained in:
Dmitry Voronin 2024-03-06 05:12:00 +03:00
parent 2e8c85e93e
commit 2678221e47

View file

@ -53,5 +53,9 @@
enable = true;
bashrcExtra = "source ~/.bash/Bashrc.sh";
};
programs.tmux = {
enable = true;
extraConfig = builtins.readFile ./common/tmux/tmux.conf;
};
};
}