home-nix: add doc
parent
ba65944062
commit
8b34c78f33
|
@ -74,6 +74,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# NOTE: This is never actually tested
|
||||||
"ubuntu_admin" = home-manager.lib.homeManagerConfiguration {
|
"ubuntu_admin" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
{ config
|
{ config
|
||||||
, pkgs
|
, pkgs
|
||||||
, myHome
|
, myHome
|
||||||
, myLib
|
|
||||||
, extraSSH
|
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue