Install network drivers for Surfaces
This commit is contained in:
parent
7fcd43388c
commit
5ce37e6e00
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue