diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
| commit | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (patch) | |
| tree | dc661f9d2c1c2c623072f81fc6b97f9c2fb6c1aa /hosts/common.nix | |
| parent | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (diff) | |
Add noctalia niri and way to switch between my config and noxtalia easily
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 13 |
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 |
