my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(helix): dprint formatting

willow c837537d f2897e01

+2
+2
modules/shared/home/programs/tui/helix/default.nix
··· 32 32 command = lib.getExe pkgs.dprint; 33 33 args = [ 34 34 "fmt" 35 + "--stdin" 36 + "%{buffer_name}" 35 37 "--config" 36 38 "${config.xdg.configHome}/.dprint.jsonc" 37 39 ];