OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
main @ 21 LINES
 
[ HISTORY ]  [ UP ]
 

{
  lib,
  config,
  self,
  ...
}: let
  inherit (config.ooknet.host) admin;
  inherit (lib) mkIf;
in {
  imports = [
    ./shell
    ./profile
  ];

  home-manager.users = mkIf admin.homeManager {
    "${admin.name}" = {
      imports = ["${self}/modules/home/console"];
    };
  };
}

{
  lib,
  config,
  self,
  ...
}: let
  inherit (config.ooknet.host) admin;
  inherit (lib) mkIf;
in {
  imports = [
    ./shell
    ./profile
  ];

  home-manager.users = mkIf admin.homeManage
r {
    "${admin.name}" = {
      imports = ["${self}/modules/home/conso
le"];
    };
  };
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET