mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
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:
@@ -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`.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user