.hive/modules/home/themes/qt/default.nix

7 lines
60 B
Nix

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