From 7821ea20bf00f0b6e6d5807a653825165278d93e Mon Sep 17 00:00:00 2001 From: Sven Wilhelm Date: Tue, 12 Aug 2025 15:16:49 +0200 Subject: [PATCH] refactor: move lima to darwin VM module --- users/refnode/common/darwin/default.nix | 1 + users/refnode/common/darwin/vm.nix | 9 +++++++++ users/refnode/default.nix | 1 - 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 users/refnode/common/darwin/vm.nix diff --git a/users/refnode/common/darwin/default.nix b/users/refnode/common/darwin/default.nix index 5ec2124..4aaf876 100644 --- a/users/refnode/common/darwin/default.nix +++ b/users/refnode/common/darwin/default.nix @@ -8,5 +8,6 @@ ./systemdefaults.nix ./aerospace.nix ./service-keepassxc.nix + ./vm.nix ]; } diff --git a/users/refnode/common/darwin/vm.nix b/users/refnode/common/darwin/vm.nix new file mode 100644 index 0000000..2654c42 --- /dev/null +++ b/users/refnode/common/darwin/vm.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + # Virtual machine and container tools for macOS + + home.packages = with pkgs; [ + lima # Linux virtual machines on macOS + ]; +} \ No newline at end of file diff --git a/users/refnode/default.nix b/users/refnode/default.nix index 0c929be..c22b257 100644 --- a/users/refnode/default.nix +++ b/users/refnode/default.nix @@ -39,7 +39,6 @@ zenith wezterm htmlq - lima # crypto gnupg pwgen