chore: add bc to system packages

This commit is contained in:
2025-08-13 18:16:40 +05:00
parent 64fa633f92
commit d9532aef28
2 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [ pciutils ];
environment.systemPackages = with pkgs; [ pciutils bc ];
system.stateVersion = "25.05";
}