From 55199f20a565d2860f69a1b9b06060c10101a66b Mon Sep 17 00:00:00 2001
From: ncfavier
Type: TOML value
}
Declared by:
<home-manager/modules/programs/topgrade.nix>
+ |
programs.translate-shell.enable
Whether to enable translate-shell.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/translate-shell.nix>
+ |
programs.translate-shell.settings
Options to add to $XDG_CONFIG_HOME/translate-shell/init.trans
file.
+See https://github.com/soimort/translate-shell/wiki/Configuration
+for options.
Type: attribute set of (boolean or string or list of string)
Default: { }
Example:
{ + hl = "en"; + tl = [ + "es" + "fr" + ]; + verbose = true; +}
Declared by:
+ <home-manager/modules/programs/translate-shell.nix>
|
programs.urxvt.enable
Whether to enable rxvt-unicode terminal emulator.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/urxvt.nix>
|
programs.urxvt.package
rxvt-unicode package to install.
Type: package
Default: pkgs.rxvt-unicode
Declared by:
|