This commit is contained in:
KaitoTLex 2025-01-09 10:53:15 -08:00
parent b93a069caf
commit ba79dc2907
3 changed files with 22 additions and 33 deletions

View file

@ -11,7 +11,10 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim.url = "github:kaitotlex/vix1";
nixvim = {
url = "github:kaitotlex/vix1";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";