Add sway and wl-copy to linux

This commit is contained in:
Martin Larsson 2025-02-20 00:38:03 +00:00
parent e14ad3ddcc
commit 069cf3e771

View file

@ -1,6 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home = { home = {
packages = with pkgs; [
wl-clipboard-rs
sway
];
file = { file = {
".config/sway".source = ../sway; ".config/sway".source = ../sway;
}; };