nixos-25.11
This commit is contained in:
parent
18871b8617
commit
549b3633d1
6 changed files with 76 additions and 117 deletions
|
|
@ -189,7 +189,6 @@ in
|
|||
|
||||
virtualisation.libvirtd = {
|
||||
enable = lib.mkDefault true;
|
||||
qemuOvmf = true;
|
||||
};
|
||||
|
||||
boot.tmp.useTmpfs = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ in
|
|||
#intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
|
||||
libvdpau-va-gl
|
||||
rocmPackages.clr.icd
|
||||
amdvlk
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
@ -181,7 +180,7 @@ in
|
|||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
packages = with pkgs; [
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
liberation_ttf
|
||||
freefont_ttf
|
||||
nerd-fonts.fira-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue