diff options
-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 = { |