about summary refs log tree commit diff
path: root/nix/hosts/nixos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/hosts/nixos/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/hosts/nixos/default.nix b/nix/hosts/nixos/default.nix
deleted file mode 100644
index abfb3a7..0000000
--- a/nix/hosts/nixos/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ ... }: {
-  imports = [
-    ./packages.nix
-    ./user.nix
-  ];
-}