From 1642de788ccac8098d944066184a0c71b7a8e537 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 2 Jun 2023 22:11:08 +0900 Subject: fix(darwin/kompakt-darwin): fixup --- home/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 9c9e324..b338929 100644 --- a/home/default.nix +++ b/home/default.nix @@ -41,4 +41,25 @@ version = "23.05"; }; + + "sefidel@kompakt-darwin" = self.lib.mkHome { + username = "sefidel"; + hostname = "kompakt-darwin"; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default (import ../overlays/neovim.nix) neovim.overlay ]; }; + + extraModules = [ + ./profiles/populate.nix + ./profiles/base-darwin + ./profiles/browsing + ./profiles/development + ./profiles/communication + ./profiles/multimedia + ./profiles/research + ./profiles/fonts + + inputs.sops-nix.homeManagerModules.sops + ]; + + version = "23.05"; + }; } -- cgit 1.4.1