Files
nix-config/home/Winter/features/spicetify.nix
T
2026-06-23 15:25:17 -07:00

14 lines
194 B
Nix

{
inputs,
...
}: {
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
];
programs.spicetify = {
enable = true;
# TODO: Add theme config
#theme = { };
};
}