From f7229cd87555011865a1bfbed9e36230d63d891e Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 27 Sep 2024 18:27:52 -0500 Subject: move nixos to org --- nixos/.flake/home/services/core.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 nixos/.flake/home/services/core.nix (limited to 'nixos/.flake/home/services/core.nix') 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 - ]; -} -- cgit v1.2.3