Add sway and wl-copy to linux
This commit is contained in:
parent
e14ad3ddcc
commit
069cf3e771
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
wl-clipboard-rs
|
||||
sway
|
||||
];
|
||||
file = {
|
||||
".config/sway".source = ../sway;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue