diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-25 15:32:38 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-25 15:32:38 +0200 |
commit | 2e5873fab55cf3f9f1ce7bcfc66956326267aca0 (patch) | |
tree | 96ca89747e7692d53f1b28738b10d6bc7200ba48 /accounts/gkleen@sif/default.nix | |
parent | 105a7f0f3ae3e31559fdec7e1d88d994540a813c (diff) | |
download | nixos-2e5873fab55cf3f9f1ce7bcfc66956326267aca0.tar nixos-2e5873fab55cf3f9f1ce7bcfc66956326267aca0.tar.gz nixos-2e5873fab55cf3f9f1ce7bcfc66956326267aca0.tar.bz2 nixos-2e5873fab55cf3f9f1ce7bcfc66956326267aca0.tar.xz nixos-2e5873fab55cf3f9f1ce7bcfc66956326267aca0.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 5 |
1 files changed, 4 insertions, 1 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 { |