nixos/icecream: use more accurate int types

This commit is contained in:
h7x4 2025-09-22 15:56:48 +02:00
commit 2a3f551195
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

@ -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.