Skip to content

Commit

Permalink
feat(nix): add shell hook (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme authored Oct 18, 2024
1 parent f669533 commit 7a76a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# add further packages from nixpkgs
pkgs.nodejs
];

shellHook = ''
export PS1='\[\033[1;34m\][holonix:\w]\$\[\033[0m\] '
'';
};
};
};
Expand Down

0 comments on commit 7a76a2a

Please sign in to comment.