mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
20 lines
329 B
Nix
20 lines
329 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./general.nix
|
|
./nix.nix
|
|
./boot.nix
|
|
./desktop.nix
|
|
./home-manager.nix
|
|
./network.nix
|
|
./packages.nix
|
|
./services.nix
|
|
./filesystems.nix
|
|
./hardening.nix
|
|
./hardware.nix
|
|
./laptop.nix
|
|
./overlays.nix
|
|
./optimizations.nix
|
|
./non-persistence.nix
|
|
];
|
|
}
|