setup-env #1
@@ -19,6 +19,8 @@
|
||||
|
||||
./git
|
||||
./zsh
|
||||
|
||||
./tmux.nix
|
||||
];
|
||||
|
||||
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