mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 19:18:17 +01:00
8 lines
59 B
Nix
8 lines
59 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./modules/default.nix
|
||
|
];
|
||
|
}
|