feat(spotify): use Spicetify with Spotify

This commit is contained in:
2026-01-09 21:30:37 +01:00
parent a1842b22db
commit f0398f4d9c
5 changed files with 83 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ in {
./obs.nix
./qt.nix
./rofi
./spotify.nix
./swaync.nix
./waybar.nix
./wlr-which-key.nix
@@ -30,6 +31,8 @@ in {
obs.enable = mkDefault cfg.fullDesktop;
qt.enable = mkDefault cfg.fullDesktop;
rofi.enable = mkDefault cfg.fullDesktop;
spotify.enable = mkDefault cfg.fullDesktop;
spotify.spicetify.enable = mkDefault cfg.fullDesktop;
wlr-which-key.enable = mkDefault cfg.fullDesktop;
};
}