From e08e2f175df5b425d669c742c3db2330f4bfe2bc Mon Sep 17 00:00:00 2001 From: Zeusina Date: Sat, 11 Jul 2026 20:23:32 +0300 Subject: [PATCH] feat(kachu-laptop): :sparkles: add spicetify config --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b76fa5b..472e39c 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,8 @@ inputs.lanzaboote.nixosModules.lanzaboote ./hosts/kachu-laptop/hardware-configuration.nix ./hosts/kachu-laptop/configuration.nix + ./shared/programs/spicetify.nix + inputs.spicetify-nix.nixosModules.default ]; }; };