update and remove spicetify

This commit is contained in:
sadan 2025-04-15 16:01:40 -04:00
parent a7ed4fc92e
commit 15283129d2
No known key found for this signature in database
4 changed files with 17 additions and 78 deletions

View file

@ -18,9 +18,6 @@
chromium = {
enable = false;
};
spicetify = {
enable = false;
};
};
base16Scheme = {
base00 = "#1A1B26";

View file

@ -1,35 +1,18 @@
{ pkgs, inputs, ... }:
{
imports = [
inputs.spicetify-nix.homeManagerModules.default
];
home = {
packages = with pkgs; [
# spotify
spotify
pulseaudioFull
pavucontrol
];
};
stylix = {
targets = {
spicetify = {
enable = false;
};
};
};
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in
{
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
alwaysEnableDevTools = true;
};
xdg = {
desktopEntries = {
spotifyOpen = {