removing unnecessary modules
This commit is contained in:
parent
fbf6edb219
commit
0ebcdef58b
11 changed files with 108 additions and 316 deletions
|
@ -8,22 +8,23 @@
|
|||
}: let
|
||||
cfg = config.modules.system.programs.spotify;
|
||||
inherit (config.modules.other.system) username;
|
||||
spicePkgs = inputs'.spicetify-nix.packages.default;
|
||||
spicePkgs = inputs'.spicetify-nix.legacyPackages;
|
||||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
imports = [inputs.spicetify-nix.homeManagerModule];
|
||||
imports = [inputs.spicetify-nix.homeManagerModules.default];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
spotifyPackage = pkgs.spotify;
|
||||
#theme = spicePkgs.themes.Onepunch;
|
||||
#colorScheme = "mocha";
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
#shuffle
|
||||
adblock
|
||||
#genre
|
||||
#playlistIcons
|
||||
];
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
# enabledExtensions = with spicePkgs.extensions; [
|
||||
# shuffle
|
||||
# popupLyrics
|
||||
# adblock
|
||||
# betterGenres
|
||||
# playlistIcons
|
||||
# ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue