summaryrefslogtreecommitdiff
path: root/hm/soft/spicetify.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/spicetify.nix')
-rw-r--r--hm/soft/spicetify.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/hm/soft/spicetify.nix b/hm/soft/spicetify.nix
index 59ed287..98aebe3 100644
--- a/hm/soft/spicetify.nix
+++ b/hm/soft/spicetify.nix
@@ -1,7 +1,13 @@
-{ inputs, pkgs, config, lib, ... }:
+{
+ inputs,
+ pkgs,
+ config,
+ lib,
+ ...
+}:
let
cfg = config.hm.soft.spicetify;
- spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
+ spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in
{
imports = [ inputs.spicetify-nix.homeManagerModules.default ];