summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-03-26 15:39:34 -0400
committerBen Sima <ben@bsima.me>2025-03-26 15:40:57 -0400
commitb8e841f0bc42a0127462db6ed4052162a53525e1 (patch)
tree53362f4cf163806cfa5bd2d3f2cc8b3cc1362d56
parentd698b47934d967d53400b3bdda6fc7eb849277b3 (diff)
add wl-clipboard to laptop configHEADmaster
-rw-r--r--machines/boron.nix3
1 files changed, 3 insertions, 0 deletions
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 = {