feat: add wl-clipboard as user package

This commit is contained in:
Guz
2025-02-07 14:24:13 -03:00
parent dc1c917137
commit 923007d95e

View File

@@ -125,4 +125,6 @@
# Clipboard
services.cliphist.enable = true;
services.cliphist.allowImages = true;
home.packages = with pkgs; [wl-clipboard];
}