Fixes EDITOR shell variable
This commit is contained in:
parent
1fb5229643
commit
320c584677
4
home.nix
4
home.nix
|
@ -22,10 +22,6 @@ in {
|
|||
cat = "${pkgs.bat}/bin/bat";
|
||||
};
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "micro";
|
||||
};
|
||||
|
||||
file."Applications/Home Manager Apps".source = let
|
||||
apps = pkgs.buildEnv {
|
||||
name = "home-manager-applications";
|
||||
|
|
|
@ -34,6 +34,7 @@ in {
|
|||
end
|
||||
|
||||
fastfetch
|
||||
set -gx EDITOR micro
|
||||
'';
|
||||
|
||||
shellInit = ''
|
||||
|
|
Loading…
Reference in New Issue