13 lines
175 B
Nix
13 lines
175 B
Nix
{
|
|
catppuccin = {
|
|
gtk = {
|
|
enable = true;
|
|
size = "compact";
|
|
tweaks = [ "rimless" ];
|
|
};
|
|
|
|
btop.enable = true;
|
|
|
|
alacritty.enable = true;
|
|
};
|
|
}
|