From e0425589e9a3fa5685a0925cea75e7df6c4af9fb Mon Sep 17 00:00:00 2001 From: June Clementine Strawberry Date: Wed, 25 Dec 2024 23:35:49 -0500 Subject: [PATCH] add wireshark, attic-client, and acpi_backlight=native kernel param for t495 Signed-off-by: June Clementine Strawberry --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index f9b9c2d..4c48e80 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,10 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelParams = [ + "acpi_backlight=native" + ]; + networking.hostName = "strawberry"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. @@ -363,6 +367,9 @@ bitwarden-cli ffmpeg-full olm + bind # for dig + wireshark + attic-client ]; programs.zsh = {