fix(nixos): bluetooth audio control, pipewire

This commit is contained in:
Léana 江 2023-12-29 10:35:22 +01:00 committed by Léana 江
parent 2cab5b4338
commit 3537abf5a2
4 changed files with 27 additions and 13 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{ ... }: {
services.xserver.enable = true;
services.xserver = {
@ -11,7 +11,7 @@
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
extraPackages = hp: with hp; [neat-interpolation];
extraPackages = hp: with hp; [ neat-interpolation ];
};
};
@ -20,9 +20,7 @@
naturalScrolling = true;
accelSpeed = "-0.5";
};
touchpad = {
naturalScrolling = true;
};
touchpad = { naturalScrolling = true; };
};
programs.light.enable = true;