Added catppuccin NixOS module

This commit is contained in:
2026-02-04 18:18:08 +01:00
parent 832dd708e8
commit 4e89ed56cc
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ catppuccin, ... }:
{
catppuccin = {
enable = true;
accent = "mauve";
flavor = "mocha";
};
}