Files

9 lines
145 B
Nix
Raw Permalink Normal View History

2026-05-02 09:08:40 +02:00
# Theme aggregator — fonts, GTK/Qt theming, and wallpapers.
{...}: {
imports = [
./fonts.nix
./theme.nix
./wallpapers.nix
];
}