main
 1{config, ...}: {
 2  flake.modules.nixos.de-shell = _: {
 3    imports = with config.flake.modules.homeManager; [
 4      de-shell-noctalia
 5    ];
 6  };
 7
 8  flake.modules.homeManager.de-shell = _: {
 9    imports = with config.flake.modules.homeManager; [
10      de-shell-noctalia
11    ];
12  };
13}