Add sof-firmware for lappy only.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./filesystems.nix
|
||||
./programs/sof-firmware.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
||||
8
nodes/hosts/lappy/programs/sof-firmware.nix
Normal file
8
nodes/hosts/lappy/programs/sof-firmware.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = [
|
||||
pkgs.sof-firmware
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user