This commit is contained in:
2026-06-23 15:25:17 -07:00
commit 94b1c71b1e
32 changed files with 4504 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
inputs,
...
}: {
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
];
programs.spicetify = {
enable = true;
# TODO: Add theme config
#theme = { };
};
}