Add sway 1.7rc3 patch

This commit is contained in:
Charlotte Van Petegem 2022-01-22 08:48:15 +01:00
parent 40fced7c29
commit 926c22b09b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 346 additions and 2 deletions

View file

@ -11,7 +11,7 @@
{ path = ".config/Element"; type = "cache"; }
];
home-manager.users.charlotte = { ... }: {
home.packages = [ pkgs.element-desktop-wayland ];
home.packages = [ pkgs.element-desktop ];
};
};
}