From 1028331100b629efa7494d34067c98f1d4e0184f Mon Sep 17 00:00:00 2001 From: Superredstone Date: Wed, 4 Feb 2026 09:27:15 +0100 Subject: [PATCH] Enabled catppuccin theme module --- home/catppuccin.nix | 8 ++++++++ home/default.nix | 1 + 2 files changed, 9 insertions(+) create mode 100644 home/catppuccin.nix diff --git a/home/catppuccin.nix b/home/catppuccin.nix new file mode 100644 index 0000000..c3c5545 --- /dev/null +++ b/home/catppuccin.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + catppuccin = { + enable = true; + flavor = "mocha"; + accent = "mauve"; + }; +} diff --git a/home/default.nix b/home/default.nix index 307dd37..a074b65 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,6 +1,7 @@ { currentSystemUser, currentSystemDe, pkgs, ... }: { imports = [ + ./catppuccin.nix ./fish.nix ./git.nix ./gnome.nix