dotfiles/home/modules/gui/desktop/hypr/wlClipboard/default.nix
2025-02-02 22:55:38 -06:00

11 lines
114 B
Nix
Executable file

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