From 747e11903f5c3bb002a913c76583b65eeabf8aa7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jul 2023 19:08:05 +0900 Subject: feat(home/cobalt): init --- home/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 33c3861..2b2f827 100644 --- a/home/default.nix +++ b/home/default.nix @@ -63,4 +63,18 @@ version = "23.05"; }; + + "sefidel@cobalt" = self.lib.mkHome { + username = "sefidel"; + hostname = "cobalt"; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; + + extraModules = [ + ./profiles/populate.nix + ./profiles/base + ./profiles/development + ]; + + version = "23.05"; + }; } -- cgit 1.4.1