diff options
| author | Fuwn <[email protected]> | 2025-01-01 02:05:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-01 02:05:03 -0800 |
| commit | 7ea5eb45144dd72e1921f14abb79e04965d96e85 (patch) | |
| tree | 3ecd73fd2323ea32633859f1e82fd9e540e97ed4 /modules/mac/programs/default.nix | |
| parent | nara: add mas apps generator script (diff) | |
| download | nixos-config-7ea5eb45144dd72e1921f14abb79e04965d96e85.tar.xz nixos-config-7ea5eb45144dd72e1921f14abb79e04965d96e85.zip | |
nara: move packages to home-manager
Diffstat (limited to 'modules/mac/programs/default.nix')
| -rw-r--r-- | modules/mac/programs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mac/programs/default.nix b/modules/mac/programs/default.nix index 8226aef..a1c7eed 100644 --- a/modules/mac/programs/default.nix +++ b/modules/mac/programs/default.nix @@ -2,7 +2,6 @@ imports = [ ./homebrew ./gnupg.nix - ./system-packages.nix ./vim.nix ]; |