aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/spicetify.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/spicetify.nix')
-rw-r--r--modules/home-manager/spicetify.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/spicetify.nix b/modules/home-manager/spicetify.nix
index e331ad3..d961779 100644
--- a/modules/home-manager/spicetify.nix
+++ b/modules/home-manager/spicetify.nix
@@ -1,9 +1,9 @@
{ config, lib, pkgs, inputs, ... }:
let
cfg = config.spicetify;
- spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
+ spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in {
- options.spicetify.enable = lib.mkEnableOption "Enable and configure Spicetify";
+ options.spicetify.enable = lib.mkEnableOption "Enable Spicetify integration";
config = lib.mkIf cfg.enable {
programs.spicetify = {
enable = true;