sneeuwvlok/hosts/orome/default.nix
2025-03-20 16:39:56 +01:00

7 lines
119 B
Nix

{ config, lib, pkgs, ... }:
{
modules = {
system.audio.enable = true;
system.bluetooth.enable = true;
};
}