diff options
author | Shubham Saini <me@ubh.sh> | 2023-10-04 06:59:48 +0000 |
---|---|---|
committer | Shubham Saini <me@ubh.sh> | 2023-10-04 06:59:48 +0000 |
commit | 1d7618ea4df39231ddc1d2487b0056809a052c36 (patch) | |
tree | 9289ce1c2012645132517cb1c0c4060628e550d4 /hosts | |
parent | 800b5b57725875e633d81e1bc8e753179ae79b72 (diff) |
nvim: update config
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/morpheus/home.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/morpheus/home.nix b/hosts/morpheus/home.nix index e1647cc..2eb9c55 100644 --- a/hosts/morpheus/home.nix +++ b/hosts/morpheus/home.nix | |||
@@ -17,8 +17,8 @@ | |||
17 | pass | 17 | pass |
18 | tmux | 18 | tmux |
19 | fzf | 19 | fzf |
20 | jq | ||
20 | docker | 21 | docker |
21 | neovim | ||
22 | nmap | 22 | nmap |
23 | lf | 23 | lf |
24 | pinentry_mac | 24 | pinentry_mac |
@@ -32,6 +32,7 @@ | |||
32 | k9s | 32 | k9s |
33 | kubernetes-helm | 33 | kubernetes-helm |
34 | python38 | 34 | python38 |
35 | awscli | ||
35 | # gui | 36 | # gui |
36 | zoom-us | 37 | zoom-us |
37 | slack | 38 | slack |
@@ -47,5 +48,6 @@ | |||
47 | 48 | ||
48 | imports = [ | 49 | imports = [ |
49 | ../../modules/common.nix | 50 | ../../modules/common.nix |
51 | ../../modules/neovim.nix | ||
50 | ]; | 52 | ]; |
51 | } | 53 | } |