diff options
author | Ben Sima <ben@bsima.me> | 2025-03-26 15:39:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-03-26 15:40:57 -0400 |
commit | b8e841f0bc42a0127462db6ed4052162a53525e1 (patch) | |
tree | 53362f4cf163806cfa5bd2d3f2cc8b3cc1362d56 | |
parent | d698b47934d967d53400b3bdda6fc7eb849277b3 (diff) |
-rw-r--r-- | machines/boron.nix | 3 |
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 = { |