From fc0f4a3515ea28b8e4e9e05ad80f5172036784c9 Mon Sep 17 00:00:00 2001
From: ncfavier
Type:
Declared by:
<home-manager/modules/programs/bottom.nix>
+ |
programs.boxxy.enable
Whether to enable boxxy: Boxes in badly behaving applications.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.package
The boxxy package to use.
Type: package
Default: pkgs.boxxy
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules
List of boxxy rules
Type: list of (YAML value)
Default: [ ]
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.context
Apply redirection ONLY when in a certain directory.
Type: list of string
Default: [ ]
Example:
[ + "/home/example/Projects/my-project" +]
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.env
Give certain environment variables for said match.
Type: attribute set of string
Default: { }
Example:
{ + MY_ENV_VAR = "my_env_var_value"; +} +
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.mode
Does the current path redirect a file or a directory?
Type: one of "file", "directory"
Default: "directory"
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.name
Unique identifier of the boxxy rule. This can be any single-line string.
Type: string
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.only
Apply redirection ONLY to specified executable names.
Type: list of string
Default: [ ]
Example:
[ + "bash" + "/usr/bin/sh" +] +
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.rewrite
Where that file/directory should be rewritten to.
Type: string
Default: ""
Example: "${config.xdg.configHome}/ssh"
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
+ |
programs.boxxy.rules.*.target
What directory/file to redirect.
Type: string
Default: ""
Example: "~/.ssh"
Declared by:
+ <home-manager/modules/programs/boxxy.nix>
|
programs.broot.enable
Whether to enable Broot, a better way to navigate directories.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/broot.nix>
|
programs.broot.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Default: true
Declared by:
|