dotfiles/home/modules/gui/desktop/wayland/wlClipboard/default.nix

11 lines
114 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
wl-clipboard
;
};
}