1
0

Extract settings for Darwin

This commit is contained in:
2025-06-25 23:35:24 -07:00
parent 1061e07deb
commit 87929055af
4 changed files with 14 additions and 12 deletions

View File

@@ -13,7 +13,12 @@
./system/default/editor.nix
./system/default/nix.nix
./system/default/packages.nix
./system/default/system.nix
];
};
nixosModules.linux = { ... }: {
imports = [
./system/linux/system.nix
];
};