diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T15·27-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T15·28-0400 |
commit | 0275aaec03149b641ef2d6516cad20bddcce6bb5 (patch) | |
tree | 98012a815b9bdd3c5c30141d065ef2ed1690f863 /home/modules/emacs.nix | |
parent | 9b2dd5c20fec6ca76adb470374ccea0f7c944233 (diff) |
some adjustments to per-platform config
Diffstat (limited to 'home/modules/emacs.nix')
-rw-r--r-- | home/modules/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/emacs.nix b/home/modules/emacs.nix index 2a4babf5e1d2..b6b8994638df 100644 --- a/home/modules/emacs.nix +++ b/home/modules/emacs.nix @@ -52,7 +52,7 @@ in { package = pkgs.emacsUnstable; }; - impure.clonedRepos = { + grfn.impure.clonedRepos = { orgClubhouse = { github = "glittershark/org-clubhouse"; path = "code/org-clubhouse"; |