diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 21:22:14 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 21:22:14 -0600 |
commit | 1f6be847f52c02477d14d0861bf5001cde2af0b1 (patch) | |
tree | 3cee49fcbe2c3b0ac7945ca1530f63417cc32bdc /macos.local/.flake/system | |
parent | 9317cbd992e110a594f6acafdea53c45af325edf (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system')
-rw-r--r-- | macos.local/.flake/system/emacs.nix.org | 12 |
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 |