unify desktop and shodan

This commit is contained in:
Lillian Violet 2025-10-22 14:18:23 +02:00
parent d6dbb58305
commit c5073b924a
7 changed files with 42 additions and 234 deletions

View file

@ -240,6 +240,7 @@
specialArgs = {inherit inputs outputs;};
modules =
sharedModules
++ desktopModules
++ [
{_module.args = {inherit pkgs-edge;};}
# > Our main nixos configuration file <