nixos/home/desktop/wayland/common.nix

9 lines
101 B
Nix

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