diff options
Diffstat (limited to 'hosts/morpheus')
-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 | } |