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;
|
blur = true;
|
||||||
fade = true;
|
fade = true;
|
||||||
fadeDelta = 5;
|
fadeDelta = 5;
|
||||||
shadow = true;
|
|
||||||
shadowOpacity = "0.8";
|
|
||||||
|
|
||||||
vSync = true;
|
vSync = true;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
|
@ -22,6 +22,7 @@ in {
|
|||||||
share = true;
|
share = true;
|
||||||
};
|
};
|
||||||
initExtra = ''
|
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
|
setopt promptsubst
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
export PROMPT='%{$fg[white]%}%B$(swatch)%b %{$fg[blue]%}%2~ %{$fg[green]%}%B>%b '
|
export PROMPT='%{$fg[white]%}%B$(swatch)%b %{$fg[blue]%}%2~ %{$fg[green]%}%B>%b '
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
tewi-font
|
tewi-font
|
||||||
|
inconsolata
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
|
|
||||||
# editors
|
# editors
|
||||||
ta.vim
|
ta.vim
|
||||||
|
libreoffice
|
||||||
|
|
||||||
# web stuff
|
# web stuff
|
||||||
elinks qutebrowser
|
elinks qutebrowser
|
||||||
@ -49,9 +50,12 @@
|
|||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
||||||
# media
|
# media
|
||||||
|
aseprite
|
||||||
|
calibre
|
||||||
zathura
|
zathura
|
||||||
mpv
|
mpv
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
|
||||||
# prog
|
# prog
|
||||||
rgbds sameboy
|
rgbds sameboy
|
||||||
@ -74,6 +78,7 @@
|
|||||||
freedink freedroidrpg
|
freedink freedroidrpg
|
||||||
freeorion
|
freeorion
|
||||||
openarena
|
openarena
|
||||||
|
wine
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user