Skip to content

Commit 94e5a17

Browse files
authored
Set default default height to 1 in home-manager module
1 parent 690b056 commit 94e5a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/home-manager.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ in
158158
};
159159

160160
height = mkNumericOption {
161-
default.absolute = 0;
161+
default.absolute = 1;
162162
description = ''
163163
The minimum height of the runner, the runner will expand to fit all the entries.
164164

0 commit comments

Comments
 (0)