flake: Include NUR instead of call package functions separately

This commit is contained in:
ulic-youthlic 2025-07-05 19:20:06 +08:00
parent 6267da609a
commit e9580543b4
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 61 additions and 390 deletions

View file

@ -15,6 +15,6 @@ in {
virtualisation.waydroid = {
enable = true;
};
environment.systemPackages = with pkgs; [waydroid-script];
environment.systemPackages = [pkgs.nur.repos.ataraxiasjel.waydroid-script];
};
}