feat(spotify-player): Remove spotify-player
This commit is contained in:
parent
20fd2d7b74
commit
4b7d02dd4e
3 changed files with 0 additions and 30 deletions
|
@ -288,18 +288,6 @@
|
||||||
"url": "https://github.com/d2718nis/rose-pine-dunst/archive/496499eaed38a07ce4f79ec91baaf6e1e4c28bc5.tar.gz",
|
"url": "https://github.com/d2718nis/rose-pine-dunst/archive/496499eaed38a07ce4f79ec91baaf6e1e4c28bc5.tar.gz",
|
||||||
"hash": "0x7cqbcn7zygab9xbmbarz06wxkj3wxxffwmka33ljhm8gk3x0ay"
|
"hash": "0x7cqbcn7zygab9xbmbarz06wxkj3wxxffwmka33ljhm8gk3x0ay"
|
||||||
},
|
},
|
||||||
"spotify-player": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "catppuccin",
|
|
||||||
"repo": "spotify-player"
|
|
||||||
},
|
|
||||||
"branch": "main",
|
|
||||||
"revision": "34b3d23806770185b72466d777853c73454b85a6",
|
|
||||||
"url": "https://github.com/catppuccin/spotify-player/archive/34b3d23806770185b72466d777853c73454b85a6.tar.gz",
|
|
||||||
"hash": "15cz4x432681zwik8dwmjljj628v540c1fz1m4v6nvvw63bdzsbr"
|
|
||||||
},
|
|
||||||
"starship": {
|
"starship": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -423,4 +411,3 @@
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
./polybar.nix
|
./polybar.nix
|
||||||
./rio.nix
|
./rio.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./spotify-player.nix
|
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
inherit (config.catppuccin) sources;
|
|
||||||
cfg = config.programs.spotify-player.catppuccin;
|
|
||||||
enable = cfg.enable && config.programs.spotify-player.enable;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.programs.spotify-player.catppuccin = lib.ctp.mkCatppuccinOpt { name = "spotify-player"; };
|
|
||||||
|
|
||||||
config = lib.mkIf enable {
|
|
||||||
programs.spotify-player = {
|
|
||||||
settings.theme = "Catppuccin-${cfg.flavor}";
|
|
||||||
inherit (lib.importTOML "${sources.spotify-player}/theme.toml") themes;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue