10 lines
154 B
Nix
10 lines
154 B
Nix
{ config, ... }:
|
|
{
|
|
gtk = {
|
|
enable = true;
|
|
|
|
rose-pine.enable = true;
|
|
|
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
|
};
|
|
}
|