This commit is contained in:
Kat Inskip 2025-07-14 02:57:42 -07:00
parent 6e139328bb
commit 2d05aef526
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 26 additions and 49 deletions

View file

@ -30,7 +30,8 @@
systems.url = "github:nix-systems/default";
# TODO: https://github.com/catppuccin/nix/issues/601
catppuccin = {
url = "github:catppuccin/nix";
url = "path:/home/kat/Projects/catppuccin";
#url = "github:catppuccin/nix";
inputs = {
nixpkgs.follows = "nixpkgs";
};
@ -114,7 +115,8 @@
};
};
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
#url = "path:/home/kat/Projects/nyx";
url = "github:kittywitch/nyx/nyxpkgs-unstable";
inputs = {
nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust-overlay";