9 lines
145 B
Nix
9 lines
145 B
Nix
|
|
# Theme aggregator — fonts, GTK/Qt theming, and wallpapers.
|
||
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./fonts.nix
|
||
|
|
./theme.nix
|
||
|
|
./wallpapers.nix
|
||
|
|
];
|
||
|
|
}
|