about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 01:08:48 +0900
committersefidel <contact@sefidel.net>2023-02-15 01:09:13 +0900
commitf699d07c3050d6edf8fc041f62e6eb120340c7cc (patch)
treed5b07087a9049ef4b9b1dfbc9d6418f363a76883 /home/profiles/base-darwin/default.nix
parent6414bd110b8312593919fe3002e94e21a06deae0 (diff)
downloadnixrc-f699d07c3050d6edf8fc041f62e6eb120340c7cc.tar.gz
nixrc-f699d07c3050d6edf8fc041f62e6eb120340c7cc.zip
feat(home/kompakt): darwin -> linux
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix2
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 = [