aboutsummaryrefslogtreecommitdiff
path: root/macos.local
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local')
-rw-r--r--macos.local/.flake/system/emacs.nix.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/macos.local/.flake/system/emacs.nix.org b/macos.local/.flake/system/emacs.nix.org
deleted file mode 100644
index 4c89347..0000000
--- a/macos.local/.flake/system/emacs.nix.org
+++ /dev/null
@@ -1,12 +0,0 @@
-#+title: Emacs Application Configuration
-
-#+begin_src nix
- { config, pkgs, ... }:
-
- {
- environment.etc."/Applications/Emacs.app/Contents/MacOS/Emacs" = {
- executable = true;
- source = /etc/profiles/per-user/jjanzen/bin/emacs;
- };
- }
-#+end_src