aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/core.nix')
-rw-r--r--nixos/.flake/home/services/core.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/.flake/home/services/core.nix b/nixos/.flake/home/services/core.nix
deleted file mode 100644
index a9380a6..0000000
--- a/nixos/.flake/home/services/core.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- imports = [
- ./emacs.nix
- ./mako.nix
- ./mpd.nix
- ./syncthing.nix
- ];
-
- home.packages = with pkgs; [
- mpdscribble
- ];
-}