diff --git a/system/configuration.nix b/system/configuration.nix index 03c7221..0cc6f80 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -22,6 +22,9 @@ # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable networking networking.networkmanager.enable = true; + # Open kde connect ports + programs.kdeconnect.enable = true; + # Set your time zone. time.timeZone = "America/Sao_Paulo"; environment.variables.TZ = config.time.timeZone;