7 lines
82 B
Nix
7 lines
82 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
home-manager.users.jimbo = {
|
||
|
home.stateVersion = "24.11";
|
||
|
};
|
||
|
}
|