diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-01 18:59:51 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-01 18:59:51 -0500 |
commit | 595b5788d596e8dcf3a79f42b670a018fffd2a37 (patch) | |
tree | 42748a38cb8a4cc88c96922951ec71100831d2ef /nixos/.flake/home/services/core.nix.org | |
parent | 7b0ea5cbdaaa5b8392777ad207c74cb27411eab1 (diff) |
nixos stuff
Diffstat (limited to 'nixos/.flake/home/services/core.nix.org')
-rw-r--r-- | nixos/.flake/home/services/core.nix.org | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/nixos/.flake/home/services/core.nix.org b/nixos/.flake/home/services/core.nix.org index bd4c1d2..7fbc333 100644 --- a/nixos/.flake/home/services/core.nix.org +++ b/nixos/.flake/home/services/core.nix.org @@ -2,18 +2,18 @@ Import service configurations. #+begin_src nix :tangle ~/.flake/home/services/core.nix :mkdirp yes -{ config, pkgs, ... }: + { config, pkgs, ... }: -{ - imports = [ - ./emacs.nix - ./mako.nix - ./mpd.nix - ./syncthing.nix - ]; + { + imports = [ + ./emacs.nix + ./mako.nix + ./mpd.nix + ./syncthing.nix + ]; - home.packages = with pkgs; [ - mpdscribble - ]; -} + home.packages = with pkgs; [ + mpdscribble + ]; + } #+end_src |