nixos-config/system/programs/theming/default.nix

6 lines
53 B
Nix

{ ... }: {
imports = [
./qt
./fonts
];
}