nvf/modules/utility/icon-picker/default.nix

7 lines
65 B
Nix
Raw Normal View History

_: {
imports = [
./icon-picker.nix
./config.nix
];
}