feat(clipboard): add wl-clipboard and cliphist to home.nix

this was literally so I could debug jo yie's code while she was at
dinner because I love her
This commit is contained in:
Mohammad Rafiq 2025-02-22 20:44:36 +08:00
parent 2cbe70dd21
commit d30ea66cc5

View file

@ -15,6 +15,7 @@
zip
unzip
ripgrep
wl-clipboard
];
home.sessionVariables = {
@ -87,6 +88,8 @@
};
};
services.cliphist.enable = true;
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}