desktop: disable global catppuccin

This commit is contained in:
Kabbone 2024-10-14 12:16:47 +02:00
parent 92d6ff4898
commit fb7688baf3
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
}; };
catppuccin = { catppuccin = {
enable = true; enable = false;
accent = "lavender"; accent = "lavender";
flavor = "mocha"; flavor = "mocha";
pointerCursor.enable = true; pointerCursor.enable = true;

View File

@ -292,7 +292,7 @@
pkgs.pinentry-rofi pkgs.pinentry-rofi
]; ];
terminal = "${pkgs.alacritty}/bin/alacritty"; terminal = "${pkgs.alacritty}/bin/alacritty";
# theme = "arthur"; theme = "arthur";
}; };
}; };