Files
nix-config/modules/default.nix
2024-04-16 19:33:19 +02:00

13 lines
172 B
Nix

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