added bluetooth
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [ microcodeIntel ];
|
environment.systemPackages = with pkgs; [ microcodeIntel ];
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
@@ -38,6 +40,7 @@
|
|||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
vpl-gpu-rt
|
vpl-gpu-rt
|
||||||
|
neovim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user