From 162899ba1088cf632620854b68ae4fd9212598b0 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 13 Sep 2025 11:39:04 +0200 Subject: [PATCH] Let the vm import the minimal and desktop modules --- machines/vm/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/vm/default.nix b/machines/vm/default.nix index b9844f6..d6182ba 100644 --- a/machines/vm/default.nix +++ b/machines/vm/default.nix @@ -4,6 +4,11 @@ ../../modules/nixos ]; + home-manager.users.larstvei.imports = [ + ../../modules/home/minimal + ../../modules/desktop + ]; + networking.hostName = "larstvei-vm"; # VM-friendly bits