dotfiles/modules/theming/default.nix
2025-06-26 17:03:29 +02:00

8 lines
76 B
Nix

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