nix-configs/modules/default.nix

13 lines
142 B
Nix

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