Skip to content

Commit 8ef46d4

Browse files
committed
fix: move vm.nix from common/darwin to common/optional
Home-Manager context is available in common/darwin, so it's not possible to define add another package to the home-manager package list there. Moving it for now to common/optional as it's only in-use on the Macs.
1 parent eda67ca commit 8ef46d4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

users/refnode/common/darwin/default.nix

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

users/refnode/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
./common/optional/golang.nix
1010
./common/optional/development.nix
1111
./common/optional/llmtools.nix
12+
./common/optional/vm.nix
1213
];
1314

1415
# specify my home-manager configs

0 commit comments

Comments
 (0)