home: reinstall fzf, try to fix sesion variables
This commit is contained in:
parent
c5320e389a
commit
0fe08159d7
|
@ -97,6 +97,7 @@ in
|
|||
unzip
|
||||
whois
|
||||
sublime-music
|
||||
fzf
|
||||
|
||||
unstable.prusa-slicer
|
||||
unstable.cura
|
||||
|
@ -126,15 +127,15 @@ in
|
|||
networkmanager
|
||||
];
|
||||
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
sessionVariables = {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
||||
PATH = "$PATH:/home/fleaz/bin";
|
||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "fzf" ];
|
||||
|
|
Loading…
Reference in a new issue