8 lines
128 B
Nix
8 lines
128 B
Nix
{...}: {
|
|
home-manager = {
|
|
users.toast.programs.bat = {
|
|
enable = true;
|
|
catppuccin.enable = true;
|
|
};
|
|
};
|
|
}
|