formatting

This commit is contained in:
Rouven Seifert 2023-01-01 17:31:22 +01:00
parent faa8d9bcb0
commit 9dbc1f1beb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@
};
networking = {
hostName = "thinkpad";
firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; # open ports for kde connect
firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }]; # open ports for kde connect
firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
wireless = {
enable = true;
userControlled.enable = true;

View file

@ -5,7 +5,7 @@
settings = {
General = {
contrastOpacity = 188;
disabledTrayIcon=true;
disabledTrayIcon = true;
};
Shortcuts = {
TYPE_COPY = "Return";