2022-03-13 11:46:00 +01:00
|
|
|
{ ... }: {
|
|
|
|
imports = [
|
2022-05-10 18:00:16 +02:00
|
|
|
./gtk.nix # Sets up gtk theming
|
|
|
|
./xresources.nix # Sets up xresources
|
2022-03-13 11:46:00 +01:00
|
|
|
./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
|
|
|
|
];
|
|
|
|
}
|