chore: lots of changes, bluetooth enabled, attempt to make configs more navigatable

This commit is contained in:
Ruben 2024-04-22 09:33:04 -05:00
commit c84cce2f88
No known key found for this signature in database
GPG key ID: AE181294E97E4802
4 changed files with 174 additions and 66 deletions

View file

@ -76,17 +76,9 @@
theme = "bgrt";
};
# opengl and graphics settings
# https://nixos.wiki/wiki/Accelerated_Video_Playback
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
libvdpau-va-gl
];
};
environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # Force intel-media-driver
# enables support for Bluetooth
# https://nixos.wiki/wiki/Bluetooth
hardware.bluetooth.enable = true;
# Enable CUPS to print documents.
services.printing = {