nixosTests.keepassxc: enable dconf
Keepass tries to commit data to the service ca.desrt.dconf, which leads to many warnings in the test log if dconf is not enabled.
This commit is contained in:
parent
637d900e33
commit
e91a6f4594
@ -17,6 +17,7 @@
|
||||
];
|
||||
|
||||
services.xserver.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# for better OCR
|
||||
environment.etc."icewm/prefoverride".text = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user