From a2ff91ba7f95f5a046360f54c60356335d7e551b Mon Sep 17 00:00:00 2001 From: blahai Date: Thu, 24 Oct 2024 20:18:51 +0300 Subject: [PATCH] Home: enable spicetify stuff --- modules/home-manager/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 58db128..24c2957 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -1,7 +1,8 @@ -{ config, lib, ... }: { +{ ... }: { imports = [ ./cli/default.nix ./hypr/default.nix ./ags/default.nix + ./spotify/default.nix ]; }