mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
bettered up the pww package
This commit is contained in:
parent
8196d6e741
commit
cf7f8dcda7
6 changed files with 35 additions and 22 deletions
|
@ -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; }];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue