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";
};
}

View File

@@ -5,6 +5,7 @@
./security.nix ./security.nix
./services.nix ./services.nix
] ++ (if (currentSystemDe != "none") then [ ] ++ (if (currentSystemDe != "none") then [
./catppuccin.nix
./de.nix ./de.nix
./fonts.nix ./fonts.nix
./sound.nix ./sound.nix