10 lines
152 B
Nix
10 lines
152 B
Nix
{...}: {
|
|
home-manager = {
|
|
users.toast = {
|
|
programs.btop = {
|
|
enable = true;
|
|
catppuccin.enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|