Dwm status
services.dwm-status.enable
Whether to enable dwm-status user service.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/dwm-status.nix
services.dwm-status.extraConfig
Extra config in TOML format.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/dwm-status.nix
services.dwm-status.order
List of enabled features in order.
Type: list of (one of "audio", "backlight", "battery", "cpu_load", "network", "time")
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/dwm-status.nix
services.dwm-status.package
The dwm-status package to use.
Type: package
Default
pkgs.dwm-status
Example
dwm-status.override { enableAlsaUtils = false; }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/dwm-status.nix