This commit is contained in:
Alejandro Angulo 2023-03-19 08:16:10 -07:00
parent fb20c45ead
commit d374a79f15
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 355 additions and 64 deletions

View file

@ -27,7 +27,9 @@ with lib; {
};
environment = {
systemPackages = with pkgs; [wayland-utils];
systemPackages = with pkgs; [
wayland-utils
];
variables = {"WLR_RENDERER_ALLOW_SOFTWARE" = "1";};
};
}