light -> brightnessctl, remove adb (not available on 26.05)
This commit is contained in:
@@ -219,7 +219,7 @@ in
|
|||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
#memoryAllocator.provider = "mimalloc";
|
#memoryAllocator.provider = "mimalloc";
|
||||||
systemPackages = with pkgs; [ maliit-keyboard ];
|
systemPackages = with pkgs; [ maliit-keyboard android-tools ];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "iHD";
|
LIBVA_DRIVER_NAME = "iHD";
|
||||||
@@ -273,7 +273,6 @@ in
|
|||||||
setOptions = [ ];
|
setOptions = [ ];
|
||||||
};
|
};
|
||||||
firejail.enable = true;
|
firejail.enable = true;
|
||||||
adb.enable = true;
|
|
||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
@@ -556,13 +555,13 @@ in
|
|||||||
{
|
{
|
||||||
keys = [ 224 ];
|
keys = [ 224 ];
|
||||||
events = [ "key" ];
|
events = [ "key" ];
|
||||||
command = "${pkgs.light}/bin/light -U 5";
|
command = "${pkgs.brightnessctl}/bin/brightnessctl set 5%-";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
keys = [ 225 ];
|
keys = [ 225 ];
|
||||||
events = [ "key" ];
|
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";
|
initialHashedPassword = "$y$j9T$FZnEcCEMIC0Fjj4dZi5t8.$D8ygvO19dR5nyTZxWwDgjEimHutD.sKnD1DLAyhU8.B";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"adbusers"
|
|
||||||
"audio"
|
"audio"
|
||||||
"dialout"
|
"dialout"
|
||||||
"input"
|
"input"
|
||||||
|
|||||||
Reference in New Issue
Block a user