dotfiles/nixos/home-manager/packages/screenshot/default.nix

3 lines
123 B
Nix
Raw Normal View History

{ nixpkgs, nixpkgs-unstable, nixpkgs-master }:
(nixpkgs.writeShellScriptBin "screenshot" (builtins.readFile ./screenshot))