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