14 lines
242 B
Nix
14 lines
242 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../profiles/common/configuration.nix
|
|
../../profiles/graphical/configuration.nix
|
|
../../profiles/graphical-gnome-xorg.nix
|
|
|
|
./system.nix
|
|
./hw.nix
|
|
./pkg.nix
|
|
./user.nix
|
|
./boot.nix
|
|
];
|
|
}
|