Minimize whitespace changes.

This commit is contained in:
Ivor Wanders 2023-11-26 16:27:13 -05:00 committed by mergify[bot]
parent 6c114d0ccf
commit 8772491ed7
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ in
config = mkMerge [
{
microsoft-surface.ipts.enable = mkDefault false;
}
(mkIf cfg.enable {
@ -43,7 +42,6 @@ in
script = "iptsd $(iptsd-find-hidraw)";
wantedBy = [ "multi-user.target" ];
};
environment.etc."iptsd/iptsd.conf".source = "${iptsConfFile}";
})
];