flake: remove spicetify-nix
This commit is contained in:
parent
c0e7acef4d
commit
3dd2b6e4d1
4 changed files with 1 additions and 172 deletions
|
@ -1,7 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./foot.nix
|
||||
./spicetify.nix
|
||||
./steam.nix
|
||||
# ./schizofox.nix
|
||||
./minecraft.nix
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue