style: formatting fixes

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent 7d198f1996
commit 5b2582afdd
3 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ in {
options.mySystem.desktop.waydroid.enable = mkEnableOption "Enables Waydroid";
config = mkIf cfg.enable {
virtualisation.waydroid.enable = cfg.enable;
environment.systemPackages = [ pkgs.waydroid-helper ];
environment.systemPackages = [pkgs.waydroid-helper];
};
}