From 7dec24203b4886fd3fe71b56166a554dc879b0c1 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 31 May 2026 11:42:41 +0200 Subject: [PATCH] light -> brightnessctl, remove adb (not available on 26.05) --- fuji/configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fuji/configuration.nix b/fuji/configuration.nix index 579a802..049321e 100644 --- a/fuji/configuration.nix +++ b/fuji/configuration.nix @@ -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"