mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 14:53:56 +01:00
9 lines
94 B
Nix
9 lines
94 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./bluetooth.nix
|
|
./pipewire.nix
|
|
./nvidia.nix
|
|
];
|
|
}
|