From bec35301698ab041cd8ef82577d4381559f983a5 Mon Sep 17 00:00:00 2001
From: ncfavier
Type: https://github.com/greshake/i3status-rust/blob/master/doc/themes.md for a list of available themes.
Type: string
Default: "plain"
Example: "gruvbox-dark"
Declared by:
<home-manager/modules/programs/i3status-rust.nix>
+ |
programs.imv.enable
Whether to enable imv: a command line image viewer intended for use with tiling window managers.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/imv.nix>
+ |
programs.imv.package
The imv package to use.
Type: package
Default: pkgs.imv
Declared by:
+ <home-manager/modules/programs/imv.nix>
+ |
programs.imv.settings
Configuration options for imv. See +imv(5).
Type: attribute set of attribute set of (boolean or signed integer or string)
Default: { }
Example:
{ + options.background = "ffffff"; + aliases.x = "close"; +} +
Declared by:
+ <home-manager/modules/programs/imv.nix>
|
programs.info.enable
Whether to enable GNU Info.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/info.nix>
|
programs.ion.enable
Whether to enable the Ion Shell. Compatible with Redox and Linux.
Type: boolean
Default: false
Example: true
Declared by:
|