add wl-clipboard and xsel

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-22 12:37:02 +01:00
parent 26ffbce7e9
commit 937cdc2ddd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -7,6 +7,10 @@
imports = [
./languages.nix
];
home.packages = [
pkgs.wl-clipboard
pkgs.xsel
];
programs.helix = {
enable = true;
package = helix.packages.${system}.helix;