You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
487 B
26 lines
487 B
{ ... }: |
|
{ |
|
imports = |
|
[ |
|
# Boot |
|
./modules/boot.nix |
|
./modules/disk.nix |
|
|
|
# Hardware and networking |
|
./modules/hardware.nix |
|
./modules/power.nix |
|
./modules/networking.nix |
|
./modules/sound.nix |
|
./modules/opengl.nix |
|
./modules/virt.nix |
|
|
|
# Env |
|
./modules/users.nix |
|
./modules/env.nix |
|
|
|
# Packages and services |
|
./modules/pkgs.nix |
|
./modules/programs.nix |
|
./modules/services.nix |
|
]; |
|
} |