add ventoy and efibootmgr

This commit is contained in:
2026-04-24 03:41:05 +02:00
parent 5c5f0a4315
commit 10df44a898
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
pwgen
siyuan
gimp
ventoy-full-qt
];
programs.librewolf.enable = true;
services.easyeffects.enable = true;
+5
View File
@@ -8,4 +8,9 @@
nixpkgs.overlays = [
(import ../../overlays/pkgs.nix)
];
# Ventoy has some blobs making it insecure
nixpkgs.config.permittedInsecurePackages = [
"ventoy-qt5-1.1.10"
];
}
+1
View File
@@ -10,6 +10,7 @@
tree
usbutils
pciutils
efibootmgr
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];