summary refs log tree commit diff
path: root/machines/lapin/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/lapin/home.nix')
-rw-r--r--machines/lapin/home.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/machines/lapin/home.nix b/machines/lapin/home.nix
new file mode 100644
index 0000000..8d846d6
--- /dev/null
+++ b/machines/lapin/home.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+
+{
+  imports = [
+    ../../modules/home/common.nix
+  ];
+
+  # lapin only got a home-manager
+  # a year after i set it up!
+  home.stateVersion = "24.05";
+}