flocon/homeModules/desktop/wayland.nix

6 lines
72 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
];
}