7 lines
105 B
Nix
7 lines
105 B
Nix
{ ... }: {
|
|
programs.tmux = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./tmux/tmux.conf;
|
|
};
|
|
}
|