Enabled catppuccin theme module

This commit is contained in:
2026-02-04 09:27:15 +01:00
parent f7b2fc3244
commit 1028331100
2 changed files with 9 additions and 0 deletions

8
home/catppuccin.nix Normal file
View File

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

View File

@@ -1,6 +1,7 @@
{ currentSystemUser, currentSystemDe, pkgs, ... }: { currentSystemUser, currentSystemDe, pkgs, ... }:
{ {
imports = [ imports = [
./catppuccin.nix
./fish.nix ./fish.nix
./git.nix ./git.nix
./gnome.nix ./gnome.nix