add ventoy and efibootmgr
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
pwgen
|
||||
siyuan
|
||||
gimp
|
||||
ventoy-full-qt
|
||||
];
|
||||
programs.librewolf.enable = true;
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
tree
|
||||
usbutils
|
||||
pciutils
|
||||
efibootmgr
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
Reference in New Issue
Block a user