Files
nix-config/modules/default.nix
2024-04-16 15:01:48 +02:00

13 lines
168 B
Nix

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