mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Minimize whitespace changes.
This commit is contained in:
committed by
mergify[bot]
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}";
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user