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 ]; }