summaryrefslogtreecommitdiffstats
path: root/nixos/tests/keepassxc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/keepassxc.nix')
-rw-r--r--nixos/tests/keepassxc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keepassxc.nix b/nixos/tests/keepassxc.nix
index 303be1330405..debb469032a6 100644
--- a/nixos/tests/keepassxc.nix
+++ b/nixos/tests/keepassxc.nix
@@ -17,7 +17,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
services.xserver.enable = true;
# Regression test for https://github.com/NixOS/nixpkgs/issues/163482
- qt5 = {
+ qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";