nixos/icecream: use more accurate int types
This commit is contained in:
@@ -79,7 +79,7 @@ in
|
||||
};
|
||||
|
||||
nice = mkOption {
|
||||
type = types.int;
|
||||
type = types.ints.between (-20) 19;
|
||||
default = 5;
|
||||
description = ''
|
||||
The level of niceness to use.
|
||||
|
||||
Reference in New Issue
Block a user