mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
fix(nixos): bluetooth audio control, pipewire
This commit is contained in:
parent
2cab5b4338
commit
3537abf5a2
4 changed files with 27 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue