17 lines
234 B
Nix
17 lines
234 B
Nix
{
|
|
catppuccin = {
|
|
gtk = {
|
|
enable = true;
|
|
size = "compact";
|
|
tweaks = [ "rimless" ];
|
|
};
|
|
|
|
swaylock.enable = true;
|
|
|
|
git.delta.enable = true;
|
|
|
|
btop.enable = true;
|
|
|
|
alacritty.enable = true;
|
|
};
|
|
}
|