meow
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{
|
||||
imports = [
|
||||
# Example for NixOS
|
||||
inputs.spicetify-nix.nixosModules.spicetify
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
@@ -26,8 +26,8 @@
|
||||
hidePodcasts
|
||||
shuffle # shuffle+ (special characters are sanitized out of extension names)
|
||||
];
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
theme = spicePkgs.themes.onepunch;
|
||||
colorScheme = "dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user