nvf/modules/visuals/default.nix
2023-04-02 19:16:04 +03:00

9 lines
69 B
Nix

{
...
}: {
imports = [
./config.nix
./visuals.nix
];
}