fitmware tewst
This commit is contained in:
parent
74d7cb64b8
commit
9223a71650
2 changed files with 21 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ builtins.map (path: import path) [
|
|||
./corectrl.nix
|
||||
./discord.nix
|
||||
./eww.nix
|
||||
./linux-firmware.nix
|
||||
./material-icons.nix
|
||||
./picom.nix
|
||||
./rofi.nix
|
||||
|
|
|
|||
20
overlays/linux-firmware.nix
Normal file
20
overlays/linux-firmware.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
self: super: {
|
||||
linux-firmware = super.linux-firmware.overrideAttrs(o: {
|
||||
postInstall = ''
|
||||
ls -al
|
||||
cd cirrus
|
||||
ln -s cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-cali-10431683-spkid0-l0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-cali-10431683-spkid0-r0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-cali-10431683-spkid1-l0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-cali-10431683-spkid1-r0.bin.xz
|
||||
|
||||
ln -s cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-prot-10431683-spkid0-l0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-prot-10431683-spkid0-r0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-prot-10431683-spkid1-l0.bin.xz
|
||||
ln -s cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin.xz cs35l41-dsp1-spk-prot-10431683-spkid1-r0.bin.xz
|
||||
|
||||
ln -s cs35l41-dsp1-spk-cali-10431e12.wmfw.xz cs35l41-dsp1-spk-cali-10431683.wmfw.xz
|
||||
ln -s cs35l41-dsp1-spk-prot-10431e12.wmfw.xz cs35l41-dsp1-spk-prot-10431683.wmfw.xz
|
||||
'';
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue