infra/nix/os/devices/elias-e525/configuration.nix
2023-12-22 20:59:12 +01:00

14 lines
278 B
Nix

{...}: {
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../profiles/graphical-gnome-xorg.nix
../../modules/opinionatedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./user.nix
./boot.nix
];
}