Add tmux
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
./git
|
./git
|
||||||
./zsh
|
./zsh
|
||||||
|
|
||||||
|
./tmux.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
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