summaryrefslogtreecommitdiff
path: root/modules/mac/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-12-14 22:14:52 -0800
committerFuwn <[email protected]>2024-12-14 22:14:52 -0800
commit041be554643157100b802b4bc70208cb2c94b9d7 (patch)
treedd65c7b00064c3752615cdb69b4fa518f77983e7 /modules/mac/default.nix
parentjust: move tasks to justfile (diff)
downloadnixos-config-041be554643157100b802b4bc70208cb2c94b9d7.tar.xz
nixos-config-041be554643157100b802b4bc70208cb2c94b9d7.zip
nara: move configuration to modules
Diffstat (limited to 'modules/mac/default.nix')
-rw-r--r--modules/mac/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mac/default.nix b/modules/mac/default.nix
new file mode 100644
index 0000000..062a044
--- /dev/null
+++ b/modules/mac/default.nix
@@ -0,0 +1,6 @@
+{
+ imports = [
+ ./homebrew
+ ./system-packages.nix
+ ];
+}