Fonts & Shell Prompt
- More fonts - Add krabby and starship packages for shell prompt
This commit is contained in:
8
user/terminal/prompt.nix
Normal file
8
user/terminal/prompt.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = (with pkgs; [
|
||||
starship
|
||||
krabby
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user