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

{
  lib,
  config,
  ...
}: let
  inherit (lib) mkIf;
  inherit (config.ooknet.console) profile;
in {
  config = mkIf (profile == "minimal") {
    ooknet.console = {
      editor = "nvim";
      multiplexer = "zellij";
      tools = {
        git.enable = true;
        starship.enable = true;
        ssh.enable = true;
      };
    };
  };
}

{
  lib,
  config,
  ...
}: let
  inherit (lib) mkIf;
  inherit (config.ooknet.console) profile;
in {
  config = mkIf (profile == "minimal") {
    ooknet.console = {
      editor = "nvim";
      multiplexer = "zellij";
      tools = {
        git.enable = true;
        starship.enable = true;
        ssh.enable = true;
      };
    };
  };
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET