From b8e841f0bc42a0127462db6ed4052162a53525e1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Mar 2025 15:39:34 -0400 Subject: add wl-clipboard to laptop config --- machines/boron.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/boron.nix b/machines/boron.nix index a838326..a7963cd 100644 --- a/machines/boron.nix +++ b/machines/boron.nix @@ -131,6 +131,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + # don't put this in user cfg because it's wayland specific, and i don't use + # wayland everwhere + wl-clipboard ]; programs.winbox = { -- cgit v1.2.3