infra/nix/os/devices/steveej-rmvbl-sdep0/configuration.nix

13 lines
209 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../profiles/removable-medium/configuration.nix
./system.nix
./hw.nix
];
}