Auto-commit: 2026-01-05 16:10:14

This commit is contained in:
2026-01-05 16:10:14 +00:00
parent e328a6f197
commit 2787ee7094

View File

@@ -7,6 +7,9 @@ in
inputs.spicetify-nix.homeManagerModules.default
];
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
spotify
];
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};