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

7 lines
61 B
Nix

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