From 171d635b72dd5e7c1f21d609f79e035fe140382a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 26 Apr 2026 21:53:10 +0200 Subject: [PATCH] fix(gampo): refer to proper home config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fa5880a..3d288e7 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ }; "phundrak@gampo" = home-manager.lib.homeManagerConfiguration { inherit extraSpecialArgs pkgs; - modules = withUserModules ./users/phundrak/host/marpa.nix; + modules = withUserModules ./users/phundrak/host/gampo.nix; }; "phundrak@marpa" = home-manager.lib.homeManagerConfiguration { inherit extraSpecialArgs pkgs;