mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
11 lines
83 B
Nix
Executable File
11 lines
83 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../desktop
|
|
../services/zapret.nix
|
|
];
|
|
}
|