Converted tmux from nixosModule to homeModule
This commit is contained in:
parent
27b8ea6ab3
commit
fe55849333
6 changed files with 133 additions and 125 deletions
7
modules/home/home/default.nix
Normal file
7
modules/home/home/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
osConfig ? {},
|
||||
...
|
||||
}: {
|
||||
home.stateVersion = lib.mkDefault (osConfig.system.stateVersion or "24.05");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue