Add tasksquire

This commit is contained in:
Martin Pander
2026-02-07 20:49:12 +01:00
parent b7b64049a3
commit 980d2f8c73
3 changed files with 63 additions and 2 deletions

View File

@@ -23,6 +23,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
tasksquire = {
url = "git+ssh://git@git.pander.me/martin/tasksquire.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixos-wsl, home-manager, nix-darwin, sops-nix, ... }@inputs: