marleyos/old/home/appearance/gtk.nix
2024-11-15 17:45:23 -08:00

10 lines
154 B
Nix

{ config, ... }:
{
gtk = {
enable = true;
rose-pine.enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
};
}