all repos — nixfiles @ c1d64f3ac0782df88d5899834fb21533bad91824

System and user configuration, managed by nix and home-manager

darwin: remove nh from user profile (use from system)
Alan Pearce alan@alanpearce.eu
Sun, 17 Nov 2024 17:42:14 +0100
commit

c1d64f3ac0782df88d5899834fb21533bad91824

parent

9b3ce667988043e472117e1647647dd211a970dd

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -5,7 +5,6 @@ , ... }: {
   home.packages = with pkgs; [
     darwin.trash
-    nh
     maid
     less
   ];