summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index 5000a37..016bfc9 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -4,6 +4,7 @@
inputs,
lib,
config,
+
...
}:
{
@@ -149,11 +150,12 @@
# };
fonts.fontDir.enable = true;
- fonts.packages = with pkgs; [
- IosevkaInput
- nerd-fonts.symbols-only
+ fonts.packages = [
+ inputs.self.packages.${pkgs.system}.iosevka-input
+ pkgs.nerd-fonts.symbols-only
+ pkgs.noto-fonts
+ pkgs.noto-fonts-cjk-sans-static
# nerd-fonts.jetbrains-mono
- # ioskeley-mono
# maple-mono.NF
];
@@ -201,7 +203,8 @@
if [ -n "$INSIDE_EMACS" ]; then
PS1="\[\033[$PROMPT_COLOR\]\u@\h:\w\\$\[\033[0m\] "
else
- PS1="\[\033[$PROMPT_COLOR\]\[\e]0;\u@\h: \w\a\]\u@\h:\w\\$\[\033[0m\] "
+ # PS1="\[\033[$PROMPT_COLOR\]\[\e]0;\u@\h: \w\a\]\u@\h:\w\\$\[\033[0m\] "
+ PS1="\[\e[38;5;75m\]\u@\h \[\e[38;5;113m\]\w \[\e[38;5;189m\]\$ \[\e[0m\]"
fi
if test "$TERM" = "xterm"; then