feat: test user+plasma

This commit is contained in:
2026-07-25 17:18:03 -07:00
parent 5505bbc784
commit 68de58a80c
16 changed files with 3382 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 = { };
};
}