Minor fixes

This commit is contained in:
2026-07-08 10:32:18 +01:00
parent 4e229aac5e
commit 700096aca1
3 changed files with 13 additions and 10 deletions
+8 -8
View File
@@ -26,12 +26,12 @@ in
'';
programs.spicetify = {
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblockify
hidePodcasts
];
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
};
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblockify
hidePodcasts
];
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
};
}