nixos/unclutter: fix old typo
This commit is contained in:
parent
40bef249f1
commit
bac3e6841b
@ -32,7 +32,7 @@ in {
|
||||
default = 1;
|
||||
};
|
||||
|
||||
threeshold = mkOption {
|
||||
threshold = mkOption {
|
||||
description = "Minimum number of pixels considered cursor movement";
|
||||
type = types.int;
|
||||
default = 1;
|
||||
@ -72,6 +72,11 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
(mkRenamedOptionModule [ "services" "unclutter" "threeshold" ]
|
||||
[ "services" "unclutter" "threshold" ])
|
||||
];
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user