Former-commit-id: 3aa0fb8a22
This commit is contained in:
Hadi
2024-10-07 12:02:26 +02:00
parent dae95bc5be
commit 7eb4e5ade9
59 changed files with 109 additions and 249 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, ... }:
let
clipboard-clear = pkgs.writeShellScriptBin "clipboard-clear" ''
clipman clear --all
'';
@@ -14,5 +13,4 @@ in {
[ "${clipboard-clear}" "wl-paste -t text --watch clipman store" ];
home.packages = with pkgs; [ clipman clipboard clipboard-clear ];
services.clipman.enable = true;
}