diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-11-26 20:33:35 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-11-26 20:33:35 -0500 |
commit | cdce75164bc8abe09a1133b81b92507e6f154cdd (patch) | |
tree | a7dc8eb2553ba075192ed9c73a898c758ec454cb | |
parent | 0844475642d523581ced0d1df032955b39e9f80a (diff) |
Install starship prompt
-rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 9327e94..1c9af79 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -24,6 +24,7 @@ environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim"; environment.systemPackages = with pkgs; [ + starship cifs-utils inetutils # telnet bat |