This commit is contained in:
Tao Tien 2023-07-25 00:20:24 -07:00
parent 9279c2e232
commit 8a192757b6
3 changed files with 17 additions and 10 deletions

View file

@ -39,6 +39,13 @@
VISUAL = "hx";
};
# xdg.portal = {
# enable = true;
# extraPortals = with pkgs; [
# xdg-desktop-portal-wlr
# ];
# };
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = lib.mkDefault true;