switch peach back to mocha/peach

This commit is contained in:
Sean Kovacs 2026-01-20 19:57:21 -05:00
commit 2952135ab1
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, ... }:
{
catppuccin = {
accent = "lavender";
flavor = "macchiato";
accent = "peach";
flavor = "mocha";
};
home.packages = with pkgs; [

View file

@ -7,8 +7,8 @@
boot.kernelParams = [ "appledrm.show_notch=1" ];
catppuccin = {
accent = "lavender";
flavor = "macchiato";
accent = "peach";
flavor = "mocha";
};
environment.systemPackages = with pkgs; [