This commit is contained in:
alsaiduq-lab 2025-09-26 17:44:22 -06:00
parent 72ea5ade11
commit 13acac48bd
4 changed files with 63 additions and 17 deletions

View file

@ -27,6 +27,10 @@
hu-tao-cursor = {
url = "git+ssh://git@github.com/alsaiduq-lab/Hu-Tao-Animated-Cursor";
};
# TODO: sops-nix = {
# url = "github:Mic92/sops-nix";
# inputs.nixpkgs.follows = "nixpkgs";
# };
};
outputs = {
@ -37,6 +41,7 @@
unstable,
ghostty,
hu-tao-cursor,
#sops-nix,
...
} @ inputs: let
system = "x86_64-linux";