marleyos/home/appearance/gtk.nix

11 lines
154 B
Nix
Raw Normal View History

2024-11-03 20:18:33 -08:00
{ config, ... }:
2024-11-03 12:57:27 -08:00
{
gtk = {
enable = true;
rose-pine.enable = true;
2024-11-03 20:18:33 -08:00
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
2024-11-03 12:57:27 -08:00
};
}