mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +01:00
8 lines
64 B
Nix
8 lines
64 B
Nix
{ pkg, config, ... }:
|
|
{
|
|
imports = [
|
|
./modules.nix
|
|
];
|
|
|
|
}
|