feat+refactor: steam controller inputs + organization

This commit is contained in:
2026-07-26 08:58:32 -07:00
parent 760958e7a3
commit b24bdc0c06
28 changed files with 35 additions and 3271 deletions
+13
View File
@@ -0,0 +1,13 @@
{
inputs,
...
}: {
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
];
programs.spicetify = {
enable = true;
# TODO: Add theme config
#theme = { };
};
}