mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
update and remove spicetify
This commit is contained in:
parent
a7ed4fc92e
commit
15283129d2
4 changed files with 17 additions and 78 deletions
|
@ -18,9 +18,6 @@
|
|||
chromium = {
|
||||
enable = false;
|
||||
};
|
||||
spicetify = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
base16Scheme = {
|
||||
base00 = "#1A1B26";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue