aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 14:30:29 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 14:30:29 +0530
commitf3bd920111f324cd0e93522136175d2d9620d2a4 (patch)
tree27bbf60dd270f9142e7623eb7490d4393a8be54b /flake.nix
parent7b3d3a68d23d3e0c2f1092116c4d33aaae32dab8 (diff)
downloadodysseus-f3bd920111f324cd0e93522136175d2d9620d2a4.zip
odysseus-f3bd920111f324cd0e93522136175d2d9620d2a4.tar.gz
nix is fun, definitely a rabbit hole
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 31b073e..8015d52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,9 @@
pkgs = nixpkgs.legacyPackages.${system};
environment.systemPackages = [
+ pkgs.zsh
pkgs.git
+ pkgs.starship
pkgs.tmux
];
in