no idea
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user