summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:34:18 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:34:18 +0200
commit1e73d1aba1fa3db55fc729c6d9f861ef2eae4cb6 (patch)
treed1bc7e26e5acfc946ae0617677a02a4a325e73c1
parent73d93ce8eed9901bf0f696ac3e9772e6d2846b21 (diff)
ma kdeconnect: reformat
-rw-r--r--2configs/kdeconnect.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/2configs/kdeconnect.nix b/2configs/kdeconnect.nix
index ca025ee43..b9110dee8 100644
--- a/2configs/kdeconnect.nix
+++ b/2configs/kdeconnect.nix
@@ -1,6 +1,6 @@
{pkgs, ... }:
{
- environment.systemPackages = with pkgs; [ kdeconnect ];
- networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
- networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
+ environment.systemPackages = with pkgs; [ kdeconnect ];
+ networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
+ networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
}