nix-configs/modules/default.nix
Schrottkatze 3ed9b836ee
meow
2025-12-20 19:20:12 +01:00

15 lines
171 B
Nix

{ ... }:
{
imports = [
./editors
./shell
./desktop
./desktop-legacy
./hardware
./net
./input
./media
./nix.nix
./time.nix
];
}