aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/services/core.nix.org
blob: d504770f6276220a88e7869bb3f097ad7643d37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#+title: Service Configuration

Load service configurations.
#+begin_src nix
  { config, pkgs, ... }:

  {
    imports = [
      ./mpd.nix
    ];
  }
#+end_src