From 22e3a4ef2a3b668abb8fbc1ae0ae28b186d3b22c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 21 Oct 2024 00:42:40 -0500 Subject: buncha stuff --- common/.flake/home/programs/neovim.nix.org | 2 +- common/.flake/home/programs/zsh.nix.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/.flake/home') diff --git a/common/.flake/home/programs/neovim.nix.org b/common/.flake/home/programs/neovim.nix.org index 350eded..b67e7b6 100644 --- a/common/.flake/home/programs/neovim.nix.org +++ b/common/.flake/home/programs/neovim.nix.org @@ -1,7 +1,7 @@ #+title: Neovim Settings Create a simple Neovim configuration. -#+begin_src nix :tangle ~/.flake/home/programs/neovim.nix :mkdirp yes +#+begin_src nix { config, pkgs, ... }: { diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 79795d0..bb23f88 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -23,7 +23,7 @@ Enable auto-suggestions. Use =vi= keybindings. #+begin_src nix :tangle ~/.flake/home/programs/zsh.nix :mkdirp yes - defaultKeymap = "viins"; + defaultKeymap = "emacs"; #+end_src Append to the history and ignore duplicates. -- cgit v1.2.3