home-nix: add doc

nix-components
pegasust 2022-11-24 01:06:21 +00:00
parent ba65944062
commit 8b34c78f33
2 changed files with 1 additions and 2 deletions

View File

@ -74,6 +74,7 @@
};
};
};
# NOTE: This is never actually tested
"ubuntu_admin" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [

View File

@ -2,8 +2,6 @@
{ config
, pkgs
, myHome
, myLib
, extraSSH
, ...
}:
{