add dconf
This commit is contained in:
parent
9e968ef3d8
commit
f7558e3e23
3 changed files with 7 additions and 3 deletions
3
modules/features/system/dconf.nix
Normal file
3
modules/features/system/dconf.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.dconf.enable = true;
|
||||
}
|
||||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Reference in a new issue