add wl-clipboard and xsel
This commit is contained in:
parent
26ffbce7e9
commit
937cdc2ddd
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
imports = [
|
||||
./languages.nix
|
||||
];
|
||||
home.packages = [
|
||||
pkgs.wl-clipboard
|
||||
pkgs.xsel
|
||||
];
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = helix.packages.${system}.helix;
|
||||
|
|
Loading…
Reference in a new issue