nix-config/modules/nixos/default.nix

10 lines
112 B
Nix

{
imports = [
./cli
./desktop
./gaming.nix
./homelab
./fonts.nix
./xbanish.nix
];
}