pinwheel: Add module for screenshots

This commit is contained in:
Alexander Heldt
2023-09-24 21:07:05 +02:00
parent 8a249741a6
commit fd4b574ee7
4 changed files with 47 additions and 0 deletions

View File

@@ -21,6 +21,11 @@
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-contrib = {
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, ... } @inputs : {