Headsetcontrol tweaks
- Add headsetcontrol to services.udev.packages - Set battery check interval to 1 second
This commit is contained in:
parent
ca4b1f353e
commit
88154d34ab
2 changed files with 9 additions and 2 deletions
|
@ -249,7 +249,7 @@ in
|
|||
"module/headset-battery" = {
|
||||
type = "custom/script";
|
||||
exec = "${headset-battery}";
|
||||
interval = 5;
|
||||
interval = 1;
|
||||
|
||||
format.prefix = " ";
|
||||
format.padding = 2;
|
||||
|
|
|
@ -96,7 +96,6 @@ in
|
|||
ffmpeg_5-full
|
||||
git
|
||||
gnome.nautilus
|
||||
headsetcontrol
|
||||
icemon
|
||||
imagemagick
|
||||
iotop
|
||||
|
@ -201,6 +200,14 @@ in
|
|||
|
||||
services.teamviewer.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
headsetcontrol
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
headsetcontrol
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
layout = "us,us";
|
||||
xkbVariant = "colemak,";
|
||||
|
|
Loading…
Reference in a new issue