From 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 12 Jun 2026 00:53:25 +0200 Subject: microvm and dns stuff --- hm/soft/spicetify.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 hm/soft/spicetify.nix (limited to 'hm/soft/spicetify.nix') diff --git a/hm/soft/spicetify.nix b/hm/soft/spicetify.nix deleted file mode 100644 index f9a4d0c..0000000 --- a/hm/soft/spicetify.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - inputs, - pkgs, - config, - lib, - ... -}: -let - cfg = config.hm.soft.spicetify; - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}; -in -{ - imports = [ inputs.spicetify-nix.homeManagerModules.default ]; - - options.hm.soft.spicetify.enable = lib.mkEnableOption "spicetify config"; - config = lib.mkIf cfg.enable { - programs.spicetify = { - enable = true; - - enabledExtensions = with spicePkgs.extensions; [ - adblockify - hidePodcasts - ]; - - theme = spicePkgs.themes.catppuccin; - colorScheme = "mocha"; - }; - }; -} -- cgit v1.3