nixos/modules/shell/nix/default.nix

7 lines
100 B
Nix

{
imports = [
./search.nix
./optimization.nix
./switch-to-configuration-ng.nix
];
}