Fonts & Shell Prompt
- More fonts - Add krabby and starship packages for shell prompt
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
../../user/media/default.nix
|
||||
../../user/productivity/default.nix
|
||||
(../../user/terminal + "/${userSettings.term}.nix")
|
||||
../../user/terminal/prompt.nix
|
||||
../../user/utilities/default.nix
|
||||
];
|
||||
|
||||
|
@@ -3,13 +3,13 @@
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
powerline
|
||||
font-awesome
|
||||
ubuntu_font_family
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
];
|
||||
})
|
||||
font-awesome
|
||||
nerdfonts
|
||||
noto-fonts-color-emoji
|
||||
powerline
|
||||
ipafont
|
||||
baekmuk-ttf
|
||||
nerdfonts
|
||||
];
|
||||
}
|
||||
|
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