mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: read out pci devices with lspci
This commit is contained in:
parent
3fd099956d
commit
4070ea5ed9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
pciutils # List PCI(e) devices and controllers
|
||||||
bandwhich # Terminal bandwidth utilization tool
|
bandwhich # Terminal bandwidth utilization tool
|
||||||
powertop
|
powertop
|
||||||
element-desktop # Nheko is kinda shit so sadly this has to happen
|
element-desktop # Nheko is kinda shit so sadly this has to happen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue