diff --git a/Droidnix/README.org b/Droidnix/README.org index dc0b43476..85ea9c340 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1616,7 +1616,7 @@ This is top file of this level which contains just an import statement for all r ./kitty.nix ./starship.nix ./zsh.nix - ./emacs.zip + ./emacs.nix ]; # .. put any code here } diff --git a/Droidnix/generated/system/applications/terminal_shell/top.nix b/Droidnix/generated/system/applications/terminal_shell/top.nix index 91e27b9fd..a384a8ceb 100644 --- a/Droidnix/generated/system/applications/terminal_shell/top.nix +++ b/Droidnix/generated/system/applications/terminal_shell/top.nix @@ -4,7 +4,7 @@ ./kitty.nix ./starship.nix ./zsh.nix - ./emacs.zip + ./emacs.nix ]; # .. put any code here }