Move EFI var
This commit is contained in:
@@ -11,4 +11,6 @@
|
|||||||
greg.gui = true;
|
greg.gui = true;
|
||||||
greg.sway = false;
|
greg.sway = false;
|
||||||
greg.gnome = false;
|
greg.gnome = false;
|
||||||
|
|
||||||
|
programs.xonsh.sessionVariables.EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
GOPATH = "${config.home.homeDirectory}/src/go";
|
GOPATH = "${config.home.homeDirectory}/src/go";
|
||||||
GOBIN = "${config.home.homeDirectory}/src/bin";
|
GOBIN = "${config.home.homeDirectory}/src/bin";
|
||||||
|
|
||||||
EFI_DIR = lib.mkIf pkgs.stdenv.isLinux "${pkgs.OVMF.fd}/FV/";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user