mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
9 lines
102 B
Nix
9 lines
102 B
Nix
|
{
|
||
|
imports = [
|
||
|
../../../hm/modules
|
||
|
../../users/youwen
|
||
|
];
|
||
|
|
||
|
home.stateVersion = "24.05";
|
||
|
}
|