Install network drivers for Surfaces

This commit is contained in:
Manuel Thalmann 2024-09-21 15:43:52 +02:00
parent 74e765a1b9
commit 10698e8ddf

View file

@ -14,6 +14,12 @@ begin
pacstrap -K "$mountDir" fish git jq nix sudo tmux pacstrap -K "$mountDir" fish git jq nix sudo tmux
end end
function installDrivers -V mountDir
if isEnabled valhalla.linux.hardware.surfaceBook
pacstrap -K "$mountDir" linux-firmware-marvell;
end
end
function getInstallerScript -V dir -S function getInstallerScript -V dir -S
echo "$dir/install.fish" echo "$dir/install.fish"
end end