diff options
Diffstat (limited to 'nixos/.flake/home/services/core.nix')
-rw-r--r-- | nixos/.flake/home/services/core.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/.flake/home/services/core.nix b/nixos/.flake/home/services/core.nix index 132e3e6..a9380a6 100644 --- a/nixos/.flake/home/services/core.nix +++ b/nixos/.flake/home/services/core.nix @@ -2,12 +2,13 @@ { imports = [ + ./emacs.nix + ./mako.nix ./mpd.nix ./syncthing.nix ]; home.packages = with pkgs; [ - mako # TODO mpdscribble ]; } |