diff options
| author | Fuwn <[email protected]> | 2025-05-04 22:06:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-04 22:06:38 -0700 |
| commit | b3ab73a336fca4c575bb50af5db632f19db3f559 (patch) | |
| tree | 3b25be164de60bf9036152fc51fa80e2aa611458 /modules/mac | |
| parent | UTM: Add UTM build host (diff) | |
| download | nixos-config-b3ab73a336fca4c575bb50af5db632f19db3f559.tar.xz nixos-config-b3ab73a336fca4c575bb50af5db632f19db3f559.zip | |
Nara: Set up SOPS
Diffstat (limited to 'modules/mac')
| -rw-r--r-- | modules/mac/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/default.nix b/modules/mac/default.nix index 1ed98c7..f0cb03b 100644 --- a/modules/mac/default.nix +++ b/modules/mac/default.nix @@ -1,3 +1,4 @@ +{ lib, ... }: { imports = [ ./programs |