Add comments to explain each file

Former-commit-id: 915a767283
This commit is contained in:
Hadi
2024-10-15 15:02:07 +02:00
parent d8b626139a
commit f95f539cad
32 changed files with 48 additions and 26 deletions

View File

@@ -1,3 +1,4 @@
# Clipman allows you to save and retrieve clipboard history.
{ pkgs, ... }:
let
clipboard-clear = pkgs.writeShellScriptBin "clipboard-clear" ''