flake: remove spicetify-nix

This commit is contained in:
Charlie Root 2025-01-08 15:10:00 +01:00
commit 3dd2b6e4d1
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 1 additions and 172 deletions

View file

@ -1,7 +1,6 @@
_: {
imports = [
./foot.nix
./spicetify.nix
./steam.nix
# ./schizofox.nix
./minecraft.nix

View file

@ -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";
};
}