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/media/default.nix
|
||||||
../../user/productivity/default.nix
|
../../user/productivity/default.nix
|
||||||
(../../user/terminal + "/${userSettings.term}.nix")
|
(../../user/terminal + "/${userSettings.term}.nix")
|
||||||
|
../../user/terminal/prompt.nix
|
||||||
../../user/utilities/default.nix
|
../../user/utilities/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
{
|
{
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
powerline
|
|
||||||
font-awesome
|
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
(nerdfonts.override {
|
font-awesome
|
||||||
fonts = [
|
nerdfonts
|
||||||
"FiraCode"
|
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