From f699d07c3050d6edf8fc041f62e6eb120340c7cc Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 01:08:48 +0900 Subject: feat(home/kompakt): darwin -> linux --- home/profiles/base-darwin/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'home/profiles/base-darwin') 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 = [ -- cgit 1.4.1