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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
wl-clipboard-rs
|
||||||
|
sway
|
||||||
|
];
|
||||||
file = {
|
file = {
|
||||||
".config/sway".source = ../sway;
|
".config/sway".source = ../sway;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue