Added sgdboop pkg and created custom overlay
This commit is contained in:
parent
1e71128484
commit
90f2688ec5
4 changed files with 53 additions and 5 deletions
|
|
@ -14,8 +14,6 @@ let
|
|||
cp -R $wttsrc/{cml,sof-rt5682} $out/share/alsa/ucm2/conf.d
|
||||
'';
|
||||
};
|
||||
|
||||
ectool = (pkgs.callPackage ../../packages/chromeos-ectool.nix { });
|
||||
in {
|
||||
imports = [
|
||||
# Host-common imports
|
||||
|
|
@ -43,7 +41,11 @@ in {
|
|||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ maliit-keyboard sof-firmware ectool ];
|
||||
systemPackages = with pkgs; [
|
||||
maliit-keyboard
|
||||
sof-firmware
|
||||
custom.chormeos-ectool
|
||||
];
|
||||
sessionVariables.ALSA_CONFIG_UCM2 = "${cml-ucm-conf}/share/alsa/ucm2";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue