feat(tmux): add enable option
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bash.nix
|
||||
@@ -5,4 +10,6 @@
|
||||
./prompt.nix
|
||||
../tmux
|
||||
];
|
||||
|
||||
tmux.enable = lib.mkDefault true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user