feat: qbit settings

This commit is contained in:
s-prechtl 2025-05-11 22:16:21 +02:00
parent fb139f171e
commit 842094689b
4 changed files with 30 additions and 8 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
qt.platformTheme = "gnome";
}