summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/mpv.nix3
-rw-r--r--hm/soft/spicetify.nix10
2 files changed, 8 insertions, 5 deletions
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index 2878727..af1d941 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -165,17 +165,14 @@ in
scripts = with pkgs.mpvScripts; [
webtorrent-mpv-hook
- visualizer
videoclip
thumbfast
reload
mpv-subtitle-lines
mpv-notify-send
- # mpv-cheatsheet
modernx
memo
autosubsync-mpv
- autosub
sponsorblock
];
};
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 ];