Minimize whitespace changes.
This commit is contained in:
parent
6c114d0ccf
commit
8772491ed7
|
@ -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}";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue