1
Fork 0
satellite/modules/themes/default.nix

9 lines
307 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./gtk.nix # Sets up gtk theming
./xresources.nix # Sets up xresources
./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
];
}