Common: update catppuccin options

This commit is contained in:
Toast 2025-01-04 02:32:18 +01:00
parent c396ca7400
commit a1d47a2744
6 changed files with 14 additions and 20 deletions

View file

@ -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;