diff options
author | Alan Pearce | 2024-11-15 12:33:51 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-15 12:33:51 +0100 |
commit | 3822220931b125c05d864920e3d29cb7096b759f (patch) | |
tree | d2483f2a445167a59df044161d34bddc152c834c /system/marvin.nix | |
parent | 8dc044f11630209520e7db272a8937994b3e5db8 (diff) | |
download | nixfiles-3822220931b125c05d864920e3d29cb7096b759f.tar.lz nixfiles-3822220931b125c05d864920e3d29cb7096b759f.tar.zst nixfiles-3822220931b125c05d864920e3d29cb7096b759f.zip |
marvin: use nh_darwin fork of nh
Diffstat (limited to 'system/marvin.nix')
-rw-r--r-- | system/marvin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/marvin.nix b/system/marvin.nix index a2c32efb..4579e23c 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -2,6 +2,7 @@ imports = [ ./settings/darwin.nix ./settings/dev.nix + ./settings/programs/nh.nix ./settings/programs/shell.nix ]; |