switch peach back to mocha/peach
This commit is contained in:
parent
3ad198e57b
commit
9e68decf3b
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
accent = "lavender";
|
accent = "peach";
|
||||||
flavor = "macchiato";
|
flavor = "mocha";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
boot.kernelParams = [ "appledrm.show_notch=1" ];
|
boot.kernelParams = [ "appledrm.show_notch=1" ];
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
accent = "lavender";
|
accent = "peach";
|
||||||
flavor = "macchiato";
|
flavor = "mocha";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue