mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# for better OCR
|
# for better OCR
|
||||||
environment.etc."icewm/prefoverride".text = ''
|
environment.etc."icewm/prefoverride".text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue