Add tmux
This commit is contained in:
7
home-manager/tmux.nix
Normal file
7
home-manager/tmux.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user