rename command

This commit is contained in:
Kopatz
2024-04-17 20:45:33 +02:00
parent 0a49c9eb9a
commit c615f24c40

View File

@@ -9,7 +9,7 @@ in
}; };
config = let config = let
screenshot = pkgs.writeShellScriptBin "screenshot.sh" '' screenshot = pkgs.writeShellScriptBin "screenshot" ''
${pkgs.scrot}/bin/scrot -fs - | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png -i ${pkgs.scrot}/bin/scrot -fs - | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png -i
''; '';
in mkIf cfg.enable { in mkIf cfg.enable {