🎵 Spicetify with catppucchin theme

This commit is contained in:
2025-01-09 22:23:28 +01:00
parent e80f492b4e
commit 0df9d996c6
4 changed files with 79 additions and 1 deletions

View File

@ -17,6 +17,10 @@
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -30,6 +34,7 @@
nixpkgs-unstable,
home-manager,
hyprpanel,
spicetify-nix,
stylix,
...
}: