From c8235346fe342df4aebc3f47d4f29040162dbe61 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 15 Oct 2024 15:52:11 +0200 Subject: Bring in bismuth configuration Signed-off-by: Mel --- machines/bismuth/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/bismuth/home.nix (limited to 'machines/bismuth/home.nix') diff --git a/machines/bismuth/home.nix b/machines/bismuth/home.nix new file mode 100644 index 0000000..2ba6f25 --- /dev/null +++ b/machines/bismuth/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "23.11"; +} -- cgit 1.4.1