mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +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 [
|
config = mkMerge [
|
||||||
{
|
{
|
||||||
microsoft-surface.ipts.enable = mkDefault false;
|
microsoft-surface.ipts.enable = mkDefault false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
(mkIf cfg.enable {
|
(mkIf cfg.enable {
|
||||||
@@ -43,7 +42,6 @@ in
|
|||||||
script = "iptsd $(iptsd-find-hidraw)";
|
script = "iptsd $(iptsd-find-hidraw)";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."iptsd/iptsd.conf".source = "${iptsConfFile}";
|
environment.etc."iptsd/iptsd.conf".source = "${iptsConfFile}";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user