mirror of
https://github.com/girlbossceo/nixos-config.git
synced 2025-04-29 05:59:26 -04:00
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:
parent
ec1a9f39a5
commit
e0425589e9
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue