diff options
Diffstat (limited to 'home/profiles/base-darwin')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix index 13546b7..332bb2b 100644 --- a/home/profiles/base-darwin/default.nix +++ b/home/profiles/base-darwin/default.nix @@ -1,8 +1,6 @@ { config, lib, inputs, pkgs, self, ... }: let cfg = config.profiles.base-darwin; - - inherit (self.packages.aarch64-darwin) neovim; in { imports = [ |