aboutsummaryrefslogtreecommitdiff
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
parent7b3d3a68d23d3e0c2f1092116c4d33aaae32dab8 (diff)
downloadodysseus-f3bd920111f324cd0e93522136175d2d9620d2a4.zip
odysseus-f3bd920111f324cd0e93522136175d2d9620d2a4.tar.gz
nix is fun, definitely a rabbit hole
-rw-r--r--flake.nix2
-rw-r--r--home/ghostty.nix2
2 files changed, 4 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
diff --git a/home/ghostty.nix b/home/ghostty.nix
index a8288f2..f62c5d7 100644
--- a/home/ghostty.nix
+++ b/home/ghostty.nix
@@ -5,6 +5,8 @@
enable = true;
settings = {
+ command = "/home/swarn/.nix-profile/bin/zsh";
+
theme = "Catppuccin Mocha";
#background = "#282a36";
background-opacity = 0.9;