more audio prio

This commit is contained in:
2026-04-22 19:58:50 +02:00
parent c2e7983697
commit a2d976591b
2 changed files with 26 additions and 2 deletions
+5 -2
View File
@@ -13,6 +13,10 @@ let
installDisk = "/dev/disk/by-id/ata-SanDisk_SD8SB8U-256G-1006_173702422853";
in
{
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
_module.args = {
inherit
fullName
@@ -51,14 +55,13 @@ in
configurationLimit = 10;
edk2-uefi-shell.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = lib.mkForce false;
networking.hostName = hostName;
networking.hostId = "ff0b8826";
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
graphics = {