Fonts & Shell Prompt

- More fonts
- Add krabby and starship packages for shell prompt
This commit is contained in:
Sravan Balaji
2024-03-30 20:23:17 -04:00
parent b2ecd969fd
commit 02b601529d
3 changed files with 16 additions and 7 deletions

8
user/terminal/prompt.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
starship
krabby
]);
}