feat: add rust error explanation binding

This commit is contained in:
Zhongheng Liu 2024-11-02 11:17:38 +02:00
commit a641d4fafe
Signed by: steven
GPG key ID: DC8F48E7B4C40905
4 changed files with 135 additions and 115 deletions

9
nixos/ly.nix Normal file
View file

@ -0,0 +1,9 @@
{
pkgs,
config,
...
}: {
services.displayManager.ly = {
enable = true;
};
}