mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
9a187879f4
`sound.*` was removed upstream in Nixpkgs
9 lines
142 B
Nix
9 lines
142 B
Nix
{ pkgs, lib, ...}:
|
|
|
|
{
|
|
imports = [
|
|
../../../../../lenovo/thinkpad/z/gen2
|
|
];
|
|
|
|
environment.etc."asound.conf".source = ./asound.conf;
|
|
}
|