refactor: add wayland clipboard module

This commit is contained in:
2026-04-15 20:23:12 +02:00
parent 0d33534784
commit 1464bba9ce
4 changed files with 9 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
];
}