Added sgdboop pkg and created custom overlay

This commit is contained in:
William 2024-08-31 11:54:19 -03:00
parent 1e71128484
commit 90f2688ec5
4 changed files with 53 additions and 5 deletions

View file

@ -50,6 +50,7 @@ in {
pulseaudio
qbittorrent
ripgrep
sgdboop
solvespace
space-cadet-pinball
sparrow

View file

@ -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";
};