diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 01:08:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 01:09:13 +0900 |
commit | f699d07c3050d6edf8fc041f62e6eb120340c7cc (patch) | |
tree | d5b07087a9049ef4b9b1dfbc9d6418f363a76883 /home/profiles/base-darwin/default.nix | |
parent | 6414bd110b8312593919fe3002e94e21a06deae0 (diff) | |
download | nixrc-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.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 = [ |