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";
|
cat = "${pkgs.bat}/bin/bat";
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
EDITOR = "micro";
|
|
||||||
};
|
|
||||||
|
|
||||||
file."Applications/Home Manager Apps".source = let
|
file."Applications/Home Manager Apps".source = let
|
||||||
apps = pkgs.buildEnv {
|
apps = pkgs.buildEnv {
|
||||||
name = "home-manager-applications";
|
name = "home-manager-applications";
|
||||||
|
@ -34,6 +34,7 @@ in {
|
|||||||
end
|
end
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
set -gx EDITOR micro
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user