nix/module/desktop/Wayland.nix

6 lines
81 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
wl-clipboard
];
}