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