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