loptland: fix dconf issue

This commit is contained in:
Christoph Hollizeck 2025-10-31 01:02:11 +01:00
parent 577eebbdf5
commit 2ccdcd230a
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -21,6 +21,8 @@ in
nixpkgs.config.allowUnfree = true;
services.qemuGuest.enable = true;
environment.systemPackages = [ pkgs.dconf ];
imports =
with config.flake.modules.nixos;
[