niri updates, some bluetoth
This commit is contained in:
parent
3a9fea436d
commit
e17e8fd886
5 changed files with 339 additions and 264 deletions
|
@ -147,9 +147,8 @@
|
|||
ddcutil
|
||||
ddcui
|
||||
greetd.tuigreet
|
||||
nix-config.pkgs-stable.bluez-tools
|
||||
bluetui
|
||||
|
||||
bluez-tools
|
||||
bluetuith
|
||||
qemu
|
||||
quickemu
|
||||
|
||||
|
@ -264,26 +263,19 @@
|
|||
nvidiaSettings = true;
|
||||
};
|
||||
brillo.enable = true;
|
||||
xpadneo.enable = true;
|
||||
steam-hardware.enable = true;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
package = nix-config.pkgs-stable.bluez;
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
AutoEnable = true;
|
||||
ControllerMode = "bredr";
|
||||
Privacy = "device";
|
||||
JustWorksRepairing = "always";
|
||||
Class = "0x000100";
|
||||
FastConnectable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
# services.blueman.enable = true;
|
||||
|
||||
services.fstrim.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue