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

View file

@ -10,6 +10,7 @@
imports = [
../common/variables.nix
./greetd.nix
#./ly.nix
./bootloader.nix
./nvidia.nix
./fonts.nix

9
nixos/ly.nix Normal file
View file

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