mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
formatting
This commit is contained in:
parent
faa8d9bcb0
commit
9dbc1f1beb
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
settings = {
|
||||
General = {
|
||||
contrastOpacity = 188;
|
||||
disabledTrayIcon=true;
|
||||
disabledTrayIcon = true;
|
||||
};
|
||||
Shortcuts = {
|
||||
TYPE_COPY = "Return";
|
||||
|
|
Loading…
Reference in a new issue