marleyos/home/services/clipboard.nix

10 lines
136 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
clipboard-jh
];
home.sessionVariables = {
CLIPBOARD_THEME = "ansi";
};
}