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