bettered up the pww package

This commit is contained in:
Rouven Seifert 2023-06-05 12:31:07 +02:00
parent 8196d6e741
commit cf7f8dcda7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 35 additions and 22 deletions

View file

@ -1,5 +1,11 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
# fixes qt themes
environment.variables = {
"QT_STYLE_OVERRIDE" = lib.mkForce "kvantum";
"QT_QPA_PLATFORMTHEME" = lib.mkForce "Dracula";
};
# open ports for kde connect
networking.firewall = rec {
allowedTCPPortRanges = [{ from = 1714; to = 1764; }];