7 lines
229 B
Nix
7 lines
229 B
Nix
{ ... }: {
|
|
imports = [
|
|
./fonts.nix # Installs fonts and stuff (TODO: consider moving this into the individual themes which require these fonts?)
|
|
./wallpaper.nix # Sets the wallpaper required by the current theme
|
|
];
|
|
}
|