From bf126b5e1ae5cbab3b62c00bbff614a23539e431 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 12 Apr 2026 23:47:47 +0200 Subject: finalized client configs for tor, i2pd and yggdrasil --- hm/soft/mpv.nix | 3 --- hm/soft/spicetify.nix | 10 ++++++++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'hm/soft') 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 ]; -- cgit v1.3