diff options
author | Shubham Saini <ssaini@fispan.com> | 2023-09-30 03:22:05 +0000 |
---|---|---|
committer | Shubham Saini <ssaini@fispan.com> | 2023-09-30 03:22:05 +0000 |
commit | 88a10686f7cd9e15feb8d3464c20749dbd51f7c4 (patch) | |
tree | 95bf4dc5b411986b33b4c8038a87eab13209dc11 /hosts/oracle | |
parent | 1a1e7a13b015932119770e4a0e550de0dc83268b (diff) |
zsh: vim mode
Diffstat (limited to 'hosts/oracle')
-rw-r--r-- | hosts/oracle/configuration.nix | 13 |
1 files changed, 8 insertions, 5 deletions
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 @@ | |||
35 | 35 | ||
36 | nixpkgs.config.allowUnfree = true; | 36 | nixpkgs.config.allowUnfree = true; |
37 | 37 | ||
38 | environment.systemPackages = with pkgs; [ | 38 | environment = { |
39 | neovim | 39 | pathsToLink = ["/share/zsh"]; |
40 | git | 40 | systemPackages = with pkgs; [ |
41 | interception-tools | 41 | neovim |
42 | ]; | 42 | git |
43 | interception-tools | ||
44 | ]; | ||
45 | }; | ||
43 | 46 | ||
44 | services = { | 47 | services = { |
45 | xserver = { | 48 | xserver = { |