framework: install framework-tool
This commit is contained in:
parent
88eb241bbd
commit
e148ccbecb
|
@ -3,6 +3,7 @@
|
|||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
../../kmod.nix
|
||||
../../framework-tool.nix
|
||||
];
|
||||
|
||||
# Fix TRRS headphones missing a mic
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
../../framework-tool.nix
|
||||
];
|
||||
|
||||
# Fix TRRS headphones missing a mic
|
||||
|
|
3
framework/framework-tool.nix
Normal file
3
framework/framework-tool.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.framework-tool ];
|
||||
}
|
Loading…
Reference in a new issue