From 1f6be847f52c02477d14d0861bf5001cde2af0b1 Mon Sep 17 00:00:00 2001
From: jjanzen <jjanzen@jjanzen.ca>
Date: Thu, 9 Jan 2025 21:22:14 -0600
Subject: system changes

---
 macos.local/.flake/system/emacs.nix.org | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 macos.local/.flake/system/emacs.nix.org

(limited to 'macos.local')

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
-- 
cgit v1.2.3