feat: screenshot command

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-12 17:45:22 -03:00
parent 4c7d2348d8
commit 8ed1c05373
10 changed files with 192 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";