From 75addcd6257f9f02669f3cf11422a61dea1c7323 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 9 Apr 2025 22:13:08 +0200 Subject: Introduce new small-scale local 'fourmi' machine Signed-off-by: Mel --- machines/fourmi/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/fourmi/home.nix (limited to 'machines/fourmi/home.nix') diff --git a/machines/fourmi/home.nix b/machines/fourmi/home.nix new file mode 100644 index 0000000..be5d645 --- /dev/null +++ b/machines/fourmi/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "24.11"; +} -- cgit 1.4.1