mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
9 lines
168 B
Nix
9 lines
168 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../_mixins/services/bluetooth.nix
|
|
../_mixins/services/pipewire.nix
|
|
];
|
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
}
|