System Gen156 @ 2026-06-13-00:19:33 by jonas@monolith

This commit is contained in:
2026-06-13 00:19:34 +02:00
parent 7445799ba8
commit 5d7a6b818f
+13 -1
View File
@@ -21,7 +21,19 @@
programs.spicetify = {
enable = true;
theme = pkgs.spicetifyPkgs.themes.catppuccin;
theme = pkgs.spicetifyPkgs.themes.fluent;
enabledCustomApps = with pkgs.spicetifyPkgs.apps; [
historyInSidebar
newReleases
];
enabledExtensions = with pkgs.spicetifyPkgs.extensions; [
betterGenres
catJamSynced
sortPlay
wikify
];
};
};
}