[Refactoring] Use default.nix instead of _main.nix

This commit is contained in:
Antoine Viallon 2022-01-24 10:43:56 +01:00
parent 80c28de044
commit 5af5049986
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

18
default.nix Normal file
View file

@ -0,0 +1,18 @@
{config, ...}:
{
imports = [
./general.nix
./boot.nix
./desktop.nix
# ./home-manager.nix
./network.nix
./packages.nix
./services.nix
./filesystems.nix
./hardening.nix
./hardware.nix
./laptop.nix
# ./overlays.nix
./non-persistence.nix
];
}