mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
rofi: string -> str
This commit is contained in:
parent
d5e73c39fc
commit
ec0459e139
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ in
|
|||
|
||||
theme = mkOption {
|
||||
default = null;
|
||||
type = with types; nullOr (either string path);
|
||||
type = with types; nullOr (either str path);
|
||||
example = "Arc";
|
||||
description = ''
|
||||
Name of theme or path to theme file in rasi format. Available
|
||||
|
|
Loading…
Reference in a new issue