Price Hiller
61671baedc
TODO: Modify `orion`'s filesystem file to be accurate to the laptop, not a VM
14 lines
173 B
Nix
14 lines
173 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./audio.nix
|
|
./bluetooth.nix
|
|
./hardware.nix
|
|
./networking.nix
|
|
./nix.nix
|
|
./power.nix
|
|
./user.nix
|
|
];
|
|
}
|