aboutsummaryrefslogtreecommitdiff
path: root/common/.flake/home
diff options
context:
space:
mode:
Diffstat (limited to 'common/.flake/home')
-rw-r--r--common/.flake/home/programs/neovim.nix.org2
-rw-r--r--common/.flake/home/programs/zsh.nix.org2
2 files changed, 2 insertions, 2 deletions
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.