anyrun: default extraCss to null
Prevent creating a file when not configured. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
80cca72314
commit
8969535f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ in
|
|||
|
||||
extraCss = mkOption {
|
||||
type = nullOr lines;
|
||||
default = "";
|
||||
default = null;
|
||||
description = ''
|
||||
Extra CSS lines to add to {file}`~/.config/anyrun/style.css`.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue