feat: ...get internet again. git-hooks.nix adopt

This commit is contained in:
Kat Inskip 2025-08-18 15:13:47 -07:00
parent 7a0f09e700
commit e00ec8f2f2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
116 changed files with 1157 additions and 4681 deletions

View file

@ -8,6 +8,13 @@
nixpkgs.follows = "nixpkgs";
};
};
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
};
};
nix-flatpak = {
url = "github:gmodena/nix-flatpak/?ref=latest";
};
@ -31,6 +38,13 @@
# inputs.nixpkgs.follows = "nixpkgs";
#};
};
microvm = {
url = "github:microvm-nix/microvm.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
stylix = {
url = "github:nix-community/stylix";
inputs = {
@ -126,8 +140,7 @@
};
};
chaotic = {
#url = "path:/home/kat/Projects/nyx";
url = "github:kittywitch/nyx/nyxpkgs-unstable";
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs = {
#nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust-overlay";
@ -192,14 +205,6 @@
nixpkgs.follows = "nixpkgs";
};
};
push2talk = {
url = "github:cyrinux/push2talk/main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
naersk.follows = "naersk";
};
};
wezterm = {
url = "github:wez/wezterm/main?dir=nix";
inputs = {