Sravan Balaji 02b601529d Fonts & Shell Prompt
- More fonts
- Add krabby and starship packages for shell prompt
2024-03-30 20:59:06 -04:00

9 lines
95 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
starship
krabby
]);
}