mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: lots of changes, bluetooth enabled, attempt to make configs more navigatable
This commit is contained in:
parent
379d4f00c9
commit
c84cce2f88
4 changed files with 174 additions and 66 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue