Files
nix/home/modules/clipboard/default.nix

8 lines
73 B
Nix

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