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

@ -17,6 +17,7 @@
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true; # inherit the nixpkgs and its config
useUserPackages = true;
extraSpecialArgs = args;
users.rafiq.imports = [
@ -52,5 +53,6 @@
nixvim.inputs.nixpkgs.follows = "nixpkgs";
nixd.url = "github:nix-community/nixd";
stylix.url = "github:danth/stylix";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
};
}