add wireshark, attic-client, and acpi_backlight=native kernel param for t495

Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
June Clementine Strawberry 2024-12-25 23:35:49 -05:00
parent ec1a9f39a5
commit e0425589e9
No known key found for this signature in database

View file

@ -18,6 +18,10 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [
"acpi_backlight=native"
];
networking.hostName = "strawberry"; # Define your hostname. networking.hostName = "strawberry"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -363,6 +367,9 @@
bitwarden-cli bitwarden-cli
ffmpeg-full ffmpeg-full
olm olm
bind # for dig
wireshark
attic-client
]; ];
programs.zsh = { programs.zsh = {