First Try
This commit is contained in:
16
modules/shared/files.nix
Normal file
16
modules/shared/files.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
# let
|
||||
# githubPublicKey = "ssh-ed25519 AAAA...";
|
||||
# in
|
||||
{
|
||||
|
||||
# ".ssh/id_github.pub" = {
|
||||
# text = githubPublicKey;
|
||||
# };
|
||||
|
||||
# Initializes Emacs with org-mode so we can tangle the main config
|
||||
".emacs.d/init.el" = {
|
||||
text = builtins.readFile ../shared/config/emacs/init.el;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user