From d30ea66cc54c196cbb7ad226f377e2d527beeced Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 20:44:36 +0800 Subject: [PATCH] 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 --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 80bce55..3651025 100644 --- a/home.nix +++ b/home.nix @@ -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; }