generation 573 25.11.20250714.62e0f05

This commit is contained in:
2026-01-30 03:00:13 -05:00
parent a0495ba865
commit 6b84f209fb
2 changed files with 4 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ in {
gnupg
texpresso
python313Packages.pygments
android-tools
# texlive.combined.scheme-full
# security

View File

@@ -23,6 +23,9 @@
services.udev.packages = [pkgs.android-udev-rules];
# Ensure your user is in the adbusers group
users.users.synchronous.extraGroups = ["adbusers"];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/nvme0n1";
boot.loader.grub.useOSProber = true;