From 3dd2b6e4d1bf86cab9f8c565cb264bc04fa6d8db Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Wed, 8 Jan 2025 15:10:00 +0100 Subject: [PATCH] flake: remove spicetify-nix --- flake.lock | 147 +---------------------------- flake.nix | 4 - modules/programs/gui/module.nix | 1 - modules/programs/gui/spicetify.nix | 21 ----- 4 files changed, 1 insertion(+), 172 deletions(-) delete mode 100644 modules/programs/gui/spicetify.nix diff --git a/flake.lock b/flake.lock index 84bf420..4f5921e 100644 --- a/flake.lock +++ b/flake.lock @@ -1,75 +1,5 @@ { "nodes": { - "crane": { - "locked": { - "lastModified": 1727974419, - "narHash": "sha256-WD0//20h+2/yPGkO88d2nYbb23WMWYvnRyDQ9Dx4UHg=", - "owner": "ipetkov", - "repo": "crane", - "rev": "37e4f9f0976cb9281cd3f0c70081e5e0ecaee93f", - "type": "github" - }, - "original": { - "owner": "ipetkov", - "repo": "crane", - "type": "github" - } - }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1733328505, - "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "helix": { - "inputs": { - "crane": "crane", - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs", - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1736259479, - "narHash": "sha256-EYAUL8eJgCC3/7CyPoZrPLAqxokQ/DcD7A+cZ0bKvmI=", - "owner": "helix-editor", - "repo": "helix", - "rev": "a0bd39d40e983c9fdcd4909b0077b3ac8bf43ad6", - "type": "github" - }, - "original": { - "owner": "helix-editor", - "repo": "helix", - "type": "github" - } - }, "impermanence": { "locked": { "lastModified": 1734945620, @@ -86,22 +16,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1728018373, - "narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "bc947f541ae55e999ffdb4013441347d83b00feb", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1736012469, "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=", @@ -119,67 +33,8 @@ }, "root": { "inputs": { - "helix": "helix", "impermanence": "impermanence", - "nixpkgs": "nixpkgs_2", - "spicetify-nix": "spicetify-nix" - } - }, - "rust-overlay": { - "inputs": { - "nixpkgs": [ - "helix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1728268235, - "narHash": "sha256-lJMFnMO4maJuNO6PQ5fZesrTmglze3UFTTBuKGwR1Nw=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "25685cc2c7054efc31351c172ae77b21814f2d42", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, - "spicetify-nix": { - "inputs": { - "flake-compat": "flake-compat", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1736223357, - "narHash": "sha256-QzL0ygtIeKmRZIjsSy+Ahg1DQBoUP62nZ0BhZaMLP/Y=", - "owner": "gerg-l", - "repo": "spicetify-nix", - "rev": "23e30ec79bb9f3a80fb3e2c0f24214c6dcfe5e61", - "type": "github" - }, - "original": { - "owner": "gerg-l", - "repo": "spicetify-nix", - "type": "github" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" + "nixpkgs": "nixpkgs" } } }, diff --git a/flake.nix b/flake.nix index f5de1fc..52db122 100644 --- a/flake.nix +++ b/flake.nix @@ -31,9 +31,5 @@ impermanence.url = "github:nix-community/impermanence"; - spicetify-nix = { - url = "github:gerg-l/spicetify-nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; } diff --git a/modules/programs/gui/module.nix b/modules/programs/gui/module.nix index d8eb7bc..d827a1a 100644 --- a/modules/programs/gui/module.nix +++ b/modules/programs/gui/module.nix @@ -1,7 +1,6 @@ _: { imports = [ ./foot.nix - ./spicetify.nix ./steam.nix # ./schizofox.nix ./minecraft.nix diff --git a/modules/programs/gui/spicetify.nix b/modules/programs/gui/spicetify.nix deleted file mode 100644 index b801df6..0000000 --- a/modules/programs/gui/spicetify.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - inputs, - pkgs, - ... -}: let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system}; -in { - imports = [ - inputs.spicetify-nix.nixosModules.default - ]; - programs.spicetify = { - enable = true; - enabledExtensions = with spicePkgs.extensions; [ - adblock - hidePodcasts - shuffle - ]; - theme = spicePkgs.themes.catppuccin; - colorScheme = "mocha"; - }; -}