diff options
-rw-r--r-- | programs/colima.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/colima.nix b/programs/colima.nix index 44c86f9..cfd4700 100644 --- a/programs/colima.nix +++ b/programs/colima.nix @@ -37,7 +37,7 @@ in let colimaConfig = pkgs.writeTextFile { name = "colima.yaml"; - text = (lib.generators.toYAML { } cfg.settings); + text = lib.generators.toYAML { } cfg.settings; }; in lib.mkIf cfg.enable { |