Files
nix-config/modules/default.nix
2024-04-16 21:31:31 +02:00

13 lines
135 B
Nix

{ pkgs, config, ...}:
{
imports = [
./fh
./graphical
./hardware
./misc
./nix
./services
./support
];
}