init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
# TODO: Add theme config
|
||||
#theme = { };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user