mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 01:43:01 -04:00
spotify stuff
This commit is contained in:
parent
986387dee5
commit
f20c16ac95
2 changed files with 25 additions and 0 deletions
20
modules/home-manager/spotify/default.nix
Normal file
20
modules/home-manager/spotify/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
|
||||
hidePodcasts
|
||||
];
|
||||
theme = spicePkgs.themes.comfy;
|
||||
colorScheme = "Hikari";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue