bunch of random + crappy crappy hack for my zsh issue
This commit is contained in:
parent
61df6001ec
commit
f13827061a
@ -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
|
||||
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user