removing ovmf for faster builds
This commit is contained in:
parent
b9080a17c2
commit
74b0d418f4
|
@ -113,7 +113,18 @@ with lib;
|
|||
dbus-run-session startplasma-wayland
|
||||
fish
|
||||
bash
|
||||
'';
|
||||
'';
|
||||
|
||||
# environment.etc."xdg/user-dirs.defaults".text = ''
|
||||
# DESKTOP=
|
||||
# DOWNLOAD=dls
|
||||
# TEMPLATES=
|
||||
# PUBLICSHARE=
|
||||
# DOCUMENTS=docs
|
||||
# MUSIC=music
|
||||
# PICTURES=pics
|
||||
# VIDEOS=vids
|
||||
# '';
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
|
@ -197,10 +208,10 @@ with lib;
|
|||
runAsRoot = false;
|
||||
ovmf = {
|
||||
enable = true;
|
||||
packages = [
|
||||
pkgs.OVMFFull.fd
|
||||
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
|
||||
];
|
||||
# packages = [
|
||||
# pkgs.OVMFFull.fd
|
||||
# pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
|
||||
# ];
|
||||
};
|
||||
swtpm.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue