nixos/modules/shell/nix/default.nix

8 lines
113 B
Nix

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