Adding emacs
This commit is contained in:
+1
-2
@@ -429,7 +429,7 @@ outputs =
|
|||||||
inherit (nixpkgs.legacyPackages.${system}) mkShell;
|
inherit (nixpkgs.legacyPackages.${system}) mkShell;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* First the nix-files that flake really needs and that do not fit wel in the hierarchical structure
|
* 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
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/system/applications/terminal_shell/emacs.nix=
|
** =generated/system/applications/terminal_shell/emacs.nix=
|
||||||
|
|||||||
@@ -86,3 +86,4 @@ outputs =
|
|||||||
inherit (nixpkgs.legacyPackages.${system}) mkShell;
|
inherit (nixpkgs.legacyPackages.${system}) mkShell;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user