This commit is contained in:
Nico
2025-04-07 23:06:16 +02:00
parent 0b2e29fa76
commit a764ae7695
14 changed files with 340 additions and 126 deletions

View File

@@ -6,6 +6,7 @@
imports = [
./packages
inputs.spicetify-nix.homeManagerModules.default
];
nixpkgs = {
@@ -19,6 +20,25 @@
floorp
];
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in
{
enable = true;
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
keyboardShortcut
wikify
songStats
betterGenres
hidePodcasts
fullScreen
];
};
home.stateVersion = "24.05";
programs.home-manager.enable = true;