mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 08:46:25 +00:00
11 lines
233 B
Nix
11 lines
233 B
Nix
{ lib, ... }:
|
|
{
|
|
# Pocket 2, Win 2, Win Max
|
|
imports = [
|
|
../_mixins/services/bluetooth.nix
|
|
../_mixins/services/pipewire.nix
|
|
../_mixins/hardware/gpd-edp.nix
|
|
];
|
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
}
|