From da63d4a2bebc9468a06f48d7c7a04a83d591d884 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 29 Jul 2025 14:06:22 +1000 Subject: [PATCH] remove spicetify from repo --- flake.nix | 5 ----- hosts/lolcathost/default.nix | 15 --------------- hosts/myputer/default.nix | 14 -------------- 3 files changed, 34 deletions(-) diff --git a/flake.nix b/flake.nix index d449392..fc69002 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,6 @@ # inputs.nixpkgs.follows = "nixpkgs"; #}; - spicetify-nix = { - url = "github:Gerg-L/spicetify-nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - grub2-themes.url = "github:vinceliuice/grub2-themes"; # is this necessary? (aren't I enabling it in `configuration.nix` anyways?) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 86f39e5..e3a67eb 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -13,7 +13,6 @@ in { imports = [ ./hardware-configuration.nix (import "${home-manager}/nixos") - # inputs.spicetify-nix.nixosModules.default ../modules/steam.nix ../modules/obsidian.nix @@ -30,25 +29,11 @@ in { pkgs.steam pkgs.steamcmd pkgs.steam-unwrapped - pkgs.spotify pkgs.dwarf-fortress ]; in pkg: builtins.elem (lib.getName pkg) whitelist; - # programs.spicetify = let - # spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; - # in { - # enable = true; - # enabledExtensions = with spicePkgs.extensions; [ - # adblock - # hidePodcasts - # shuffle # shuffle+ (special characters are sanitized out of extension names) - # ]; - # #theme = spicePkgs.themes.catppuccin; - # #colorScheme = "mocha"; - # }; - boot.loader = { efi = { canTouchEfiVariables = true; diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 0aba69e..42f32f5 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -13,24 +13,10 @@ in { imports = [ ./hardware-configuration.nix (import "${home-manager}/nixos") - inputs.spicetify-nix.nixosModules.default ../modules/steam.nix ]; - programs.spicetify = let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; - in { - enable = true; - enabledExtensions = with spicePkgs.extensions; [ - adblock - hidePodcasts - shuffle # shuffle+ (special characters are sanitized out of extension names) - ]; - #theme = spicePkgs.themes.catppuccin; - #colorScheme = "mocha"; - }; - boot.loader.systemd-boot.enable = false; boot.loader = { efi = {