home: reinstall fzf, try to fix sesion variables
This commit is contained in:
parent
c5320e389a
commit
0fe08159d7
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue