Converted tmux from nixosModule to homeModule

This commit is contained in:
Alejandro Angulo 2024-07-28 19:46:30 -07:00
parent 27b8ea6ab3
commit fe55849333
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 133 additions and 125 deletions

View file

@ -0,0 +1,7 @@
{
lib,
osConfig ? {},
...
}: {
home.stateVersion = lib.mkDefault (osConfig.system.stateVersion or "24.05");
}