summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-11-26 20:33:35 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-11-26 20:33:35 -0500
commitcdce75164bc8abe09a1133b81b92507e6f154cdd (patch)
treea7dc8eb2553ba075192ed9c73a898c758ec454cb
parent0844475642d523581ced0d1df032955b39e9f80a (diff)
Install starship prompt
-rw-r--r--modules/common.nix1
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