A collection of scripts

colorgrab.nix: fix string replacement

yemou b5bcc101 94134b5d

Changed files
+5 -5
.nix
+2 -2
.nix/colorgrab.nix
··· 19 19 "slurp" 20 20 "convert" 21 21 "wl-copy" 22 - "xdg-open" 22 + "xdg-open " 23 23 "notify-send" 24 24 ] 25 25 [ ··· 30 30 "${slurp}/bin/slurp" 31 31 "${imagemagick}/bin/convert" 32 32 "${wl-clipboard}/bin/wl-copy" 33 - "${xdg-utils}/bin/xdg-open" 33 + "${xdg-utils}/bin/xdg-open " 34 34 "${libnotify}/bin/notify-send" 35 35 ] 36 36 (builtins.readFile ../scritps/colorgrab)
+3 -3
flake.lock
··· 2 2 "nodes": { 3 3 "nixpkgs": { 4 4 "locked": { 5 - "lastModified": 1704194953, 6 - "narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=", 5 + "lastModified": 1705316053, 6 + "narHash": "sha256-J2Ey5mPFT8gdfL2XC0JTZvKaBw/b2pnyudEXFvl+dQM=", 7 7 "owner": "NixOS", 8 8 "repo": "nixpkgs", 9 - "rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6", 9 + "rev": "c3e128f3c0ecc1fb04aef9f72b3dcc2f6cecf370", 10 10 "type": "github" 11 11 }, 12 12 "original": {