Switch to PipeWire
This commit is contained in:
parent
aec85035d3
commit
1e08ac83f5
2 changed files with 25 additions and 24 deletions
|
|
@ -5,11 +5,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
imports = builtins.trace "Intel laptop configuration" [
|
||||
./base.nix
|
||||
];
|
||||
|
||||
boot.initrd.kernelModules = ["i915"];
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue