add dconf

This commit is contained in:
Asaki Yuki 2026-04-10 01:06:50 +07:00
parent 9e968ef3d8
commit f7558e3e23
3 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,3 @@
{ ... }: {
programs.dconf.enable = true;
}

View file

@ -4,7 +4,7 @@
package = pkgs.waydroid-nftables;
};
environment.systemPackages = lib.mkOptionals config.virtualisation.waydroid.enable [
waydroid-helper
environment.systemPackages = lib.optionals config.virtualisation.waydroid.enable [
pkgs.waydroid-helper
];
}