refactor(droid): rename module namespace to nixondroid

This commit is contained in:
tux
2026-08-12 03:38:23 +05:30
parent fbd006ae4c
commit e48e2cda51
5 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
{ config, ... }:
{
flake.modules.droid.vega =
flake.modules.nixOnDroid.vega =
{
pkgs,
userEmail,
...
}:
{
imports = with config.flake.modules.droid; [
imports = with config.flake.modules.nixOnDroid; [
networking
];