Common/atuin: use catppuccin theme
This commit is contained in:
parent
203ffb3738
commit
22896ea923
1 changed files with 15 additions and 12 deletions
|
|
@ -1,16 +1,19 @@
|
|||
{...}: {
|
||||
home-manager.users.toast.programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
enter_accept = true;
|
||||
workspaces = true;
|
||||
style = "auto";
|
||||
inline_height = 0;
|
||||
stats = {
|
||||
common_prefix = [
|
||||
"sudo"
|
||||
","
|
||||
];
|
||||
home-manager.users.toast = {
|
||||
catppuccin.atuin.enable = true;
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
enter_accept = true;
|
||||
workspaces = true;
|
||||
style = "auto";
|
||||
inline_height = 0;
|
||||
stats = {
|
||||
common_prefix = [
|
||||
"sudo"
|
||||
","
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue