Skip to content

Commit 97fed75

Browse files
committed
refactor: move lima to darwin VM module
1 parent 5ab966a commit 97fed75

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

users/refnode/common/darwin/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
./systemdefaults.nix
99
./aerospace.nix
1010
./service-keepassxc.nix
11+
./vm.nix
1112
];
1213
}

users/refnode/common/darwin/vm.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ pkgs, ... }:
2+
3+
{
4+
# Virtual machine and container tools for macOS
5+
6+
home.packages = with pkgs; [
7+
lima # Linux virtual machines on macOS
8+
];
9+
}

users/refnode/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
zenith
4040
wezterm
4141
htmlq
42-
lima
4342
# crypto
4443
gnupg
4544
pwgen

0 commit comments

Comments
 (0)