mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
parent
76ba4bedff
commit
aa2f70def7
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