From 519d8ec24f9447c7a922353dde07f7abe2895d75 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 27 Jul 2025 19:26:04 +0200 Subject: Add new zibeline machine configuration Signed-off-by: Mel --- machines/zibeline/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/zibeline/home.nix (limited to 'machines/zibeline/home.nix') diff --git a/machines/zibeline/home.nix b/machines/zibeline/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/zibeline/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} -- cgit 1.4.1