removing ovmf for faster builds

This commit is contained in:
Chris Cochrun 2023-08-13 15:30:46 -05:00
parent b9080a17c2
commit 74b0d418f4

View file

@ -113,7 +113,18 @@ with lib;
dbus-run-session startplasma-wayland dbus-run-session startplasma-wayland
fish fish
bash bash
''; '';
# environment.etc."xdg/user-dirs.defaults".text = ''
# DESKTOP=
# DOWNLOAD=dls
# TEMPLATES=
# PUBLICSHARE=
# DOCUMENTS=docs
# MUSIC=music
# PICTURES=pics
# VIDEOS=vids
# '';
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
@ -197,10 +208,10 @@ with lib;
runAsRoot = false; runAsRoot = false;
ovmf = { ovmf = {
enable = true; enable = true;
packages = [ # packages = [
pkgs.OVMFFull.fd # pkgs.OVMFFull.fd
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd # pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
]; # ];
}; };
swtpm.enable = true; swtpm.enable = true;
}; };