4 lines
69 B
Nix
4 lines
69 B
Nix
|
{pkgs, ...}: {
|
||
|
environment.systemPackages = [pkgs.wl-clipboard];
|
||
|
}
|