light -> brightnessctl, remove adb (not available on 26.05)

This commit is contained in:
2026-05-31 11:42:41 +02:00
parent af1b425732
commit 7dec24203b

View File

@@ -219,7 +219,7 @@ in
];
environment = {
#memoryAllocator.provider = "mimalloc";
systemPackages = with pkgs; [ maliit-keyboard ];
systemPackages = with pkgs; [ maliit-keyboard android-tools ];
sessionVariables = {
LIBVA_DRIVER_NAME = "iHD";
@@ -273,7 +273,6 @@ in
setOptions = [ ];
};
firejail.enable = true;
adb.enable = true;
wireshark.enable = true;
sway.enable = true;
};
@@ -556,13 +555,13 @@ in
{
keys = [ 224 ];
events = [ "key" ];
command = "${pkgs.light}/bin/light -U 5";
command = "${pkgs.brightnessctl}/bin/brightnessctl set 5%-";
}
{
keys = [ 225 ];
events = [ "key" ];
command = "${pkgs.light}/bin/light -A 5";
command = "${pkgs.brightnessctl}/bin/brightnessctl set 5%+";
}
];
};
@@ -715,7 +714,6 @@ in
initialHashedPassword = "$y$j9T$FZnEcCEMIC0Fjj4dZi5t8.$D8ygvO19dR5nyTZxWwDgjEimHutD.sKnD1DLAyhU8.B";
shell = pkgs.zsh;
extraGroups = [
"adbusers"
"audio"
"dialout"
"input"