From dd6a8772d4faa9627fd342342c77b0afca59eba3 Mon Sep 17 00:00:00 2001 From: Mateusz Kubica Date: Tue, 28 Apr 2026 11:52:55 +0100 Subject: [PATCH] qalculate: add autocalc to the example I believe the `-s autocalc` is very popular option. However, in the setting file, it's called `calculate_as_you_type`. I propose adding it to the exmaple config, to make it easier to discover. --- modules/programs/qalculate.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/qalculate.nix b/modules/programs/qalculate.nix index 4513fb95e..3e879c661 100644 --- a/modules/programs/qalculate.nix +++ b/modules/programs/qalculate.nix @@ -32,6 +32,7 @@ in save_definitions_on_exit = 0; }; Mode = { + calculate_as_you_type = 1; angle_unit = 1; number_base = 10; min_deci = 0;