Compare commits

...

2 Commits

Author SHA1 Message Date
87046167e1 add android-tools
All checks were successful
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Successful in 1m5s
2026-03-21 20:50:18 +01:00
bf97f9bddf remove lfs 2026-03-21 08:20:17 +01:00
2 changed files with 1 additions and 6 deletions

View File

@ -105,12 +105,6 @@
linux /boot/vmlinuz-6.12.47-gentoo-dist root=UUID=ad8fa502-d3dc-4999-abce-17a09a9cb779
initrd /boot/initramfs-6.12.47-gentoo-dist.img
}
menuentry "LFS" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 73925a5c-739f-4092-b3ca-c6be7d0971e5
linux /boot/vmlinuz-6.16.1-lfs-12.4 root=/dev/sda1
}
'';
}

View File

@ -55,6 +55,7 @@ in
arduino-cli
firejail
qbittorrent
android-tools
];
};
}