From 199f5268ddeec261f5cba352d741f64517eb68e5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 23 Jun 2025 16:16:45 +0200 Subject: Add 1 git-crypt collaborator New collaborators: 14C4CC6F Gabriel Arakaki Giovanini --- flake.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0177c83..50d15f5 100644 --- a/flake.nix +++ b/flake.nix @@ -3,12 +3,14 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - gxctl.url = "git+ssh://git@github.com/grid-x/gxctl"; ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + + gxctl.url = "git+ssh://git@github.com/grid-x/gxctl"; + edge-tools.url = "git+ssh://git@github.com/grid-x/edge-tools"; }; outputs = inputs @ { @@ -24,7 +26,19 @@ system = "x86_64-linux"; }; in { - "gabrielgio" = home-manager.lib.homeManagerConfiguration { + "gabrielgio@workstation.lan" = home-manager.lib.homeManagerConfiguration { + inherit pkgs; + + extraSpecialArgs = { + inherit inputs; + }; + + modules = [ + ./home.nix + ./secrets/gridx/gridx.nix + ]; + }; + "gabrielgio@homestation.lan" = home-manager.lib.homeManagerConfiguration { inherit pkgs; extraSpecialArgs = { -- cgit v1.2.3