more stuff

This commit is contained in:
2026-06-18 20:31:11 -05:00
parent 6de2694495
commit d0f844a453
9 changed files with 51 additions and 0 deletions
+5
View File
@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
imports = [
./starship.nix
];
programs.bash = {
enable = true;
shellAliases = {
@@ -23,6 +27,7 @@
initExtra = ''
eval "$(zoxide init bash)"
eval "$(starship init bash)"
source ${pkgs.carapace}/share/bash/carapace.bash
export EDITOR=nvim
'';