feat: add spicetify with hyprland keybind
This commit is contained in:
parent
f06cd21342
commit
254613dfa3
6 changed files with 80 additions and 8 deletions
10
users/modules/programs/spicetify.nix
Normal file
10
users/modules/programs/spicetify.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
# spotifyPackage = pkgs.spotify;
|
||||
# spotifywmPackage = pkgs.spotifywm;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue