From 0915066727cfae0ea70cb325b6a52167486edc14 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Tue, 21 Apr 2026 09:30:58 +0200 Subject: [PATCH] disable nom in nh --- home/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/base.nix b/home/base.nix index 7da0812..f4f4d1d 100644 --- a/home/base.nix +++ b/home/base.nix @@ -62,6 +62,7 @@ programs.nh = { enable = true; flake = "${config.home.homeDirectory}/nix-system"; + switch.extraArgs = "--no-nom"; }; programs.git = {