mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
refactor(droid): rename module namespace to nixondroid
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user