dwm: Make neovim clipboard work with xclip

This commit is contained in:
Donovan Glover 2024-08-22 10:56:48 -04:00
parent a8735d7ba1
commit be44fa4f99
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,7 @@ in
home-manager.sharedModules = singleton {
home.packages = with pkgs; [
feh
xclip
];
home.file.".xinitrc" = {