summary refs log tree commit diff
path: root/machines/lapin/home.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-13 21:31:32 +0100
committerMel <einebeere@gmail.com>2024-11-13 21:31:32 +0100
commit74977a5367666c3b39d1d9c3c80d9fc4f08305c1 (patch)
tree0293f519428f41f1d893c6eae334e3e65b9967ad /machines/lapin/home.nix
parentd39ae5050c81bb0cfea950ba57d32bc8c6304d37 (diff)
downloadnetwork-74977a5367666c3b39d1d9c3c80d9fc4f08305c1.tar.zst
network-74977a5367666c3b39d1d9c3c80d9fc4f08305c1.zip
Import old lapin configuration
Signed-off-by: Mel <einebeere@gmail.com>
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";
+}