nvf/modules/plugins/visuals/default.nix

6 lines
65 B
Nix

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