We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab966a commit 97fed75Copy full SHA for 97fed75
users/refnode/common/darwin/default.nix
@@ -8,5 +8,6 @@
8
./systemdefaults.nix
9
./aerospace.nix
10
./service-keepassxc.nix
11
+ ./vm.nix
12
];
13
}
users/refnode/common/darwin/vm.nix
@@ -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
+ ];
+}
users/refnode/default.nix
@@ -39,7 +39,6 @@
39
zenith
40
wezterm
41
htmlq
42
- lima
43
# crypto
44
gnupg
45
pwgen
0 commit comments