hardware: Add rtkit
This commit is contained in:
parent
b38ee5f22a
commit
682ce9c22a
7
modules/hardware/desktop.nix
Normal file
7
modules/hardware/desktop.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ piper ];
|
||||||
|
|
||||||
|
services.ratbagd.enable = true;
|
||||||
|
}
|
@ -1,6 +1,7 @@
|
|||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = [ pkgs.rtkit ];
|
||||||
# NOTE: This assumes that the devices are x86_64 (cough i686 UEFI cough)
|
# NOTE: This assumes that the devices are x86_64 (cough i686 UEFI cough)
|
||||||
hardware = {
|
hardware = {
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user