Adding emacs

This commit is contained in:
2026-03-14 19:00:08 +00:00
parent d7d9a12e7b
commit 33010a7b29
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -429,7 +429,7 @@ outputs =
inherit (nixpkgs.legacyPackages.${system}) mkShell;
};
};
}
#+END_SRC
* First the nix-files that flake really needs and that do not fit wel in the hierarchical structure
@@ -1763,7 +1763,6 @@ This sets up the zsh terminal
];
};
}
#+END_SRC
** =generated/system/applications/terminal_shell/emacs.nix=
+1
View File
@@ -86,3 +86,4 @@ outputs =
inherit (nixpkgs.legacyPackages.${system}) mkShell;
};
};
}