hardwareUtils: separated into new file

This commit is contained in:
2026-05-17 10:22:43 +02:00
parent 010d55fdab
commit 9126e85b37
2 changed files with 11 additions and 5 deletions
@@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
# used for the framework 16 laptop
framework-tool
framework-tool-tui
];
}