summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix5
-rw-r--r--accounts/gkleen@sif/niri/default.nix2
2 files changed, 5 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 041ffa9e..6671e5c7 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -517,7 +517,7 @@ in {
517 libguestfs-with-appliance nerd-fonts.fira-mono 517 libguestfs-with-appliance nerd-fonts.fira-mono
518 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts 518 nerd-fonts.symbols-only nerd-fonts.fira-code powerline-fonts
519 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE])) 519 swtpm (hunspellWithDicts (with hunspellDicts; [en_GB-large de_DE]))
520 libation 520 libation libqalculate
521 ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg {}) (customUtils.nixImport { dir = ./utils; }); 521 ] ++ mapAttrsToList (_name: pkg: pkgs.callPackage pkg {}) (customUtils.nixImport { dir = ./utils; });
522 522
523 file = { 523 file = {
@@ -577,6 +577,9 @@ in {
577 General = { 577 General = {
578 dot_as_separator = 0; 578 dot_as_separator = 0;
579 }; 579 };
580 Mode = {
581 calculate_as_you_type = 1;
582 };
580 }; 583 };
581 }; 584 };
582 "emacs/init.el".source = pkgs.substitute { 585 "emacs/init.el".source = pkgs.substitute {
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 8c78738e..caf66ab5 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -816,7 +816,7 @@ in {
816 QALC_RES="$FUZZEL_RES" 816 QALC_RES="$FUZZEL_RES"
817 QALC_RET=0 817 QALC_RET=0
818 else 818 else
819 QALC_RES=$(qalc "$FUZZEL_RES" 2>&1) 819 QALC_RES=$(qalc -set "autocalc off" "$FUZZEL_RES" 2>&1)
820 QALC_RET=$? 820 QALC_RET=$?
821 fi 821 fi
822 [[ -n "$QALC_RES" ]] || exit 1 822 [[ -n "$QALC_RES" ]] || exit 1