home: reinstall fzf, try to fix sesion variables

This commit is contained in:
fleaz 2022-08-05 14:23:29 +02:00
parent c5320e389a
commit 0fe08159d7
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -97,6 +97,7 @@ in
unzip unzip
whois whois
sublime-music sublime-music
fzf
unstable.prusa-slicer unstable.prusa-slicer
unstable.cura unstable.cura
@ -126,15 +127,15 @@ in
networkmanager networkmanager
]; ];
home.sessionVariables = {
EDITOR = "vim";
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
PATH = "$PATH:/home/fleaz/bin";
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
};
programs.zsh = { programs.zsh = {
enable = true; enable = true;
sessionVariables = {
EDITOR = "vim";
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
PATH = "$PATH:/home/fleaz/bin";
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
};
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "fzf" ]; plugins = [ "git" "fzf" ];