Set up bluetooth experimental, show battery info for devices, etc...

This commit is contained in:
jay
2025-07-14 07:23:28 -04:00
parent e8e3288d0c
commit 4d55019f4e
2 changed files with 28 additions and 7 deletions

View File

@@ -4,7 +4,12 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_xanmod_stable;
extraModprobeConfig = ''
options bluetooth enable_ecred=1
'';
};
}