added bluetooth
This commit is contained in:
parent
95d773d2b0
commit
0f13b27dc7
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [ microcodeIntel ];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
|
@ -38,6 +40,7 @@
|
|||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
vpl-gpu-rt
|
||||
neovim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue