mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-28 02:56:12 +01:00
3 lines
123 B
Nix
3 lines
123 B
Nix
|
{ nixpkgs, nixpkgs-unstable, nixpkgs-master }:
|
||
|
(nixpkgs.writeShellScriptBin "screenshot" (builtins.readFile ./screenshot))
|