From 88a10686f7cd9e15feb8d3464c20749dbd51f7c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 29 Sep 2023 20:22:05 -0700 Subject: zsh: vim mode --- hosts/morpheus/configuration.nix | 1 + hosts/oracle/configuration.nix | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index 7b39b4b..395494c 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix @@ -18,6 +18,7 @@ ''; }; + environment.pathsToLink = ["/share/zsh"]; system.activationScripts.applications.text = pkgs.lib.mkForce ( '' echo "setting up ~/Applications..." >&2 diff --git a/hosts/oracle/configuration.nix b/hosts/oracle/configuration.nix index 500906b..9782959 100644 --- a/hosts/oracle/configuration.nix +++ b/hosts/oracle/configuration.nix @@ -35,11 +35,14 @@ nixpkgs.config.allowUnfree = true; - environment.systemPackages = with pkgs; [ - neovim - git - interception-tools - ]; + environment = { + pathsToLink = ["/share/zsh"]; + systemPackages = with pkgs; [ + neovim + git + interception-tools + ]; + }; services = { xserver = { -- cgit v1.2.3