Move EFI var

This commit is contained in:
Greg Hellings
2024-04-05 10:59:30 -05:00
parent 338efa36ac
commit 0eb4fafd44
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -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/";
} }
-2
View File
@@ -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 = {