summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-06-23 16:16:45 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-06-26 15:54:29 +0200
commit199f5268ddeec261f5cba352d741f64517eb68e5 (patch)
tree6a70168ba789a550b02972c35043dbb10c7ed418 /flake.nix
parent9fcdfe5d6b1c5d518d79345571038d90b6bd6dbf (diff)
downloadhome-manager-199f5268ddeec261f5cba352d741f64517eb68e5.tar.gz
home-manager-199f5268ddeec261f5cba352d741f64517eb68e5.tar.bz2
home-manager-199f5268ddeec261f5cba352d741f64517eb68e5.zip
Add 1 git-crypt collaborator
New collaborators: 14C4CC6F Gabriel Arakaki Giovanini <mail@gabrielgio.me>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
1 files changed, 16 insertions, 2 deletions
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 = {