Common: update catppuccin options
This commit is contained in:
parent
c396ca7400
commit
a1d47a2744
6 changed files with 14 additions and 20 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{...}: {
|
||||
home-manager = {
|
||||
users.toast.programs.bat = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
users.toast = {
|
||||
programs.bat.enable = true;
|
||||
catppuccin.bat.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
{...}: {
|
||||
home-manager = {
|
||||
users.toast = {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
catppuccin.btop.enable = true;
|
||||
programs.btop.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,7 @@
|
|||
};
|
||||
|
||||
home-manager.users.toast = {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
catppuccin.fish.enable = true;
|
||||
programs.fish.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,15 +9,13 @@
|
|||
enable = true;
|
||||
userName = "Toast";
|
||||
userEmail = "toast003@tutamail.com";
|
||||
delta = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
delta.enable = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
diff.colorMoved = "default";
|
||||
commit.verbose = "true";
|
||||
};
|
||||
};
|
||||
catppuccin.delta.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
}: {
|
||||
programs.nano.enable = false;
|
||||
home-manager.users.toast = {
|
||||
catppuccin.helix = {
|
||||
enable = true;
|
||||
useItalics = true;
|
||||
};
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
@ -13,10 +17,6 @@
|
|||
nil
|
||||
taplo
|
||||
];
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
useItalics = true;
|
||||
};
|
||||
settings = {
|
||||
editor = {
|
||||
mouse = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue