broot: use hjson-go
Reduces the build closure quite a bit.
This commit is contained in:
parent
7a3f0b3b8d
commit
f2d32e46fa
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
settings.modal = true;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ (self: super: { inherit (realPkgs) broot hjson; }) ];
|
||||
nixpkgs.overlays = [ (self: super: { inherit (realPkgs) broot hjson-go; }) ];
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/broot/conf.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue