feat: add spicetify with hyprland keybind

This commit is contained in:
Mohammad Rafiq 2025-03-15 11:59:18 +08:00
parent f06cd21342
commit 254613dfa3
6 changed files with 80 additions and 8 deletions

View file

@ -0,0 +1,10 @@
{inputs, ...}: {
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
];
programs.spicetify = {
enable = true;
# spotifyPackage = pkgs.spotify;
# spotifywmPackage = pkgs.spotifywm;
};
}