framework: install framework-tool

This commit is contained in:
pinage404 2024-04-28 17:30:41 +02:00
parent 5424e0f997
commit a7fcc9bee4
3 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../kmod.nix
../../framework-tool.nix
];
# Fix TRRS headphones missing a mic

View File

@ -2,6 +2,7 @@
imports = [
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../framework-tool.nix
];
# Fix TRRS headphones missing a mic

View File

@ -0,0 +1,3 @@
{ pkgs, ... }: {
environment.systemPackages = [ pkgs.framework-tool ];
}