summary refs log tree commit diff
path: root/machines/zibeline/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/zibeline/home.nix')
-rw-r--r--machines/zibeline/home.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/machines/zibeline/home.nix b/machines/zibeline/home.nix
deleted file mode 100644
index 8f27ed2..0000000
--- a/machines/zibeline/home.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-{
-  imports = [
-    ../../modules/home/common.nix
-  ];
-
-  home.stateVersion = "25.05";
-}