From b7e495e5ec26fdbf56603668baa6d218f5b69068 Mon Sep 17 00:00:00 2001 From: demenik Date: Fri, 12 Dec 2025 21:45:11 +0100 Subject: [PATCH] fix: Use catppuccin spicetify theme instead of stylix --- home/programs/spicetify.nix | 3 +++ home/stylix/targets.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/home/programs/spicetify.nix b/home/programs/spicetify.nix index 1d765a4..02e8b2c 100644 --- a/home/programs/spicetify.nix +++ b/home/programs/spicetify.nix @@ -26,6 +26,9 @@ in { volumePercentage allOfArtist ]; + + theme = spicePkgs.themes.catppuccin; + colorScheme = "mocha"; }; wayland.windowManager.hyprland.settings.windowrulev2 = [ diff --git a/home/stylix/targets.nix b/home/stylix/targets.nix index 21fa89d..4661259 100644 --- a/home/stylix/targets.nix +++ b/home/stylix/targets.nix @@ -7,5 +7,7 @@ enable = false; profileNames = ["Default"]; }; + + spicetify.enable = false; }; }