halfway add vacufuncs to nix-on-droid config

This commit is contained in:
Shelvacu
2024-07-14 23:31:36 -07:00
parent 86bf3807bc
commit 4d66f3d9a2

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, inputs, ... }:
{
imports = [ ./common/module.nix ];
imports = [ ./common/module.nix ./common/commands.nix ];
environment.packages = config.vacu.packageList;
environment.etc."resolv.conf".text = lib.mkForce ''
@@ -35,4 +35,5 @@
#specific to the particular install; avoids impurity
#user.gid = 10287;
#user.uid = 10287;
vacu.shell.functionsDir = "${config.user.home}/.nix-profile/share/vacufuncs";
}