diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-13 22:03:45 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-13 22:03:45 -0500 |
commit | b01c454264fc80338ab082f7a706c1c2493cf80e (patch) | |
tree | 6608986ce9c39d22907f62e6933b8b6de50f3d97 /macos.local/flake/home/services/core.nix.org | |
parent | b9dc0ced1e14878cdd6c5511635a3e6797cb5d3c (diff) |
system changes
Diffstat (limited to 'macos.local/flake/home/services/core.nix.org')
-rw-r--r-- | macos.local/flake/home/services/core.nix.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/macos.local/flake/home/services/core.nix.org b/macos.local/flake/home/services/core.nix.org deleted file mode 100644 index d504770..0000000 --- a/macos.local/flake/home/services/core.nix.org +++ /dev/null @@ -1,12 +0,0 @@ -#+title: Service Configuration - -Load service configurations. -#+begin_src nix - { config, pkgs, ... }: - - { - imports = [ - ./mpd.nix - ]; - } -#+end_src |