diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | home/ghostty.nix | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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; |
