dotfiles/provision/nixos/overlays/nnn.nix
2023-07-11 21:17:48 -07:00

4 lines
73 B
Nix

self: super: {
nnn = super.nnn.override { withNerdIcons = true; };
}