Trying to get macos to work

This commit is contained in:
Tyler Mayoff 2024-12-03 16:05:21 -05:00
parent 2199d70812
commit ec0f5e8e55
4 changed files with 24 additions and 43 deletions

View file

@ -0,0 +1,13 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# imports = [../common.nix];
home.packages = with pkgs; [
];
}