From 656260eaa887d659627e0b229fd94c207de1622d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 13 Sep 2023 15:46:46 +0900 Subject: feat(home): add sefidel@haruka --- home/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index f243ecf..bbba0e7 100644 --- a/home/default.nix +++ b/home/default.nix @@ -24,6 +24,28 @@ version = "22.05"; }; + "sefidel@haruka" = self.lib.mkHome { + username = "sefidel"; + hostname = "haruka"; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay helix.overlays.default ]; }; + + extraModules = [ + ./profiles/populate.nix + ./profiles/base + ./profiles/gui + ./profiles/browsing + ./profiles/development + ./profiles/communication + ./profiles/multimedia + ./profiles/research + + + inputs.sops-nix.homeManagerModules.sops + ]; + + version = "23.11"; + }; + "sefidel@kompakt" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt"; -- cgit 1.4.1