fix(droid): set FLAKE correct value and set as env
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
148e8e9daf
commit
551691f061
2 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
./pkgs
|
./pkgs
|
||||||
|
|
||||||
{
|
{
|
||||||
|
programs.bash.sessionVariables = {
|
||||||
|
FLAKE = config.environment.variables.FLAKE;
|
||||||
|
};
|
||||||
|
|
||||||
programs.bash.shellAliases = {
|
programs.bash.shellAliases = {
|
||||||
# Make ping work on nix-on-droid
|
# Make ping work on nix-on-droid
|
||||||
# https://github.com/nix-community/nix-on-droid/issues/185#issuecomment-1659294700
|
# https://github.com/nix-community/nix-on-droid/issues/185#issuecomment-1659294700
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
neovimIde = false;
|
neovimIde = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.variables.FLAKE = "/data/data/com.termux.nix/files/home/.nix";
|
||||||
|
|
||||||
terminal.font = "${(pkgs.nerdfonts.override {
|
terminal.font = "${(pkgs.nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"JetBrainsMono"
|
"JetBrainsMono"
|
||||||
|
|
Loading…
Reference in a new issue