hardware: Add rtkit

This commit is contained in:
PapaTutuWawa 2021-08-22 21:52:33 +02:00
parent b38ee5f22a
commit 682ce9c22a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ piper ];
services.ratbagd.enable = true;
}

View File

@ -1,6 +1,7 @@
{ lib, pkgs, ... }:
{
environment.systemPackages = [ pkgs.rtkit ];
# NOTE: This assumes that the devices are x86_64 (cough i686 UEFI cough)
hardware = {
enableRedistributableFirmware = true;