actually install the fucking wl-clipboard idiot

This commit is contained in:
2025-11-05 21:00:23 -06:00
parent d9c20efa16
commit ad8b20fd0c
2 changed files with 6 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ in {
]; ];
options = { options = {
clipboard = "wl-copy"; clipboard = "unnamedplus";
# line numbers # line numbers
number = true; number = true;

View File

@@ -12,6 +12,11 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# install clipboard
home.packages = with pkgs; [wl-clipboard];
# enable cliphist for clipboard history
services.cliphist = { services.cliphist = {
enable = true; enable = true;
clipboardPackage = pkgs.wl-clipboard; clipboardPackage = pkgs.wl-clipboard;