This commit is contained in:
2026-05-29 19:01:21 +02:00
parent 7101cd0860
commit bc1dae3cee
8 changed files with 255 additions and 379 deletions
+21 -22
View File
@@ -6,7 +6,6 @@
imports = [
./packages
inputs.spicetify-nix.homeManagerModules.default
inputs.zen-browser.homeModules.default
inputs.catppuccin.homeModules.catppuccin
];
@@ -57,27 +56,27 @@
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in
{
enable = false;
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
keyboardShortcut
wikify
songStats
betterGenres
hidePodcasts
fullScreen
];
enabledCustomApps = with spicePkgs.apps; [
lyricsPlus
];
};
# programs.spicetify =
# let
# spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
# in
# {
# enable = false;
# theme = spicePkgs.themes.catppuccin;
# colorScheme = "mocha";
#
# enabledExtensions = with spicePkgs.extensions; [
# keyboardShortcut
# wikify
# songStats
# betterGenres
# hidePodcasts
# fullScreen
# ];
# enabledCustomApps = with spicePkgs.apps; [
# lyricsPlus
# ];
# };
home.stateVersion = "24.05";