bunch of random + crappy crappy hack for my zsh issue

This commit is contained in:
Thorn Avery 2021-05-24 07:24:43 +00:00
джерело 61df6001ec
коміт f13827061a
4 змінених файлів з 7 додано та 2 видалено

@ -6,8 +6,6 @@
blur = true;
fade = true;
fadeDelta = 5;
shadow = true;
shadowOpacity = "0.8";
vSync = true;
backend = "glx";

@ -22,6 +22,7 @@ in {
share = true;
};
initExtra = ''
export PATH='/run/wrappers/bin:/home/thorn/.nix-profile/bin:/etc/profiles/per-user/thorn/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/thorn/.config/zsh/plugins/fast-syntax-highlighting'
setopt promptsubst
autoload -U colors && colors
export PROMPT='%{$fg[white]%}%B$(swatch)%b %{$fg[blue]%}%2~ %{$fg[green]%}%B>%b '

@ -1,5 +1,6 @@
{ pkgs, ... }: {
fonts.fonts = with pkgs; [
tewi-font
inconsolata
];
}

@ -41,6 +41,7 @@
# editors
ta.vim
libreoffice
# web stuff
elinks qutebrowser
@ -49,9 +50,12 @@
youtube-dl
# media
aseprite
calibre
zathura
mpv
ncmpcpp
texlive.combined.scheme-full
# prog
rgbds sameboy
@ -74,6 +78,7 @@
freedink freedroidrpg
freeorion
openarena
wine
];