feat: add rust error explanation binding
This commit is contained in:
parent
3c9a9d42cf
commit
a641d4fafe
4 changed files with 135 additions and 115 deletions
9
nixos/ly.nix
Normal file
9
nixos/ly.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.displayManager.ly = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue