summaryrefslogtreecommitdiff
path: root/nix/systems/affinity/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/affinity/home.nix')
-rw-r--r--nix/systems/affinity/home.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/systems/affinity/home.nix b/nix/systems/affinity/home.nix
deleted file mode 100644
index 59b05fc..0000000
--- a/nix/systems/affinity/home.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ lib, config, pkgs, ... }:
-{
- imports = [
- ../home-common.nix
- ];
-}