configure tmux with home manager and create common home

This commit is contained in:
cy 2024-12-13 23:53:01 -05:00
parent 61daca6d73
commit b3ddb68f2b
6 changed files with 45 additions and 7 deletions

6
nix/home/yt/common.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
imports = [
./tmux.nix
./zsh
];
}