mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
10 lines
56 B
Nix
Executable File
10 lines
56 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../desktop
|
|
];
|
|
}
|