From 069cf3e7719099f4b9fa53f020abdc35dd0f481e Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 20 Feb 2025 00:38:03 +0000 Subject: [PATCH] Add sway and wl-copy to linux --- nix/pkgs/linux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/pkgs/linux.nix b/nix/pkgs/linux.nix index 078556e..b22dbc4 100644 --- a/nix/pkgs/linux.nix +++ b/nix/pkgs/linux.nix @@ -1,6 +1,10 @@ { pkgs, ... }: { home = { + packages = with pkgs; [ + wl-clipboard-rs + sway + ]; file = { ".config/sway".source = ../sway; };