hosts: common: make uutils highprio, make fish non-highprio

Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a696475cf73ae355ad06a428a00d7017848b2
This commit is contained in:
Bloxx12 2025-07-19 17:16:42 +02:00
commit 32f12cf705
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -37,15 +37,16 @@ in {
television
trash-cli
util-linux
uutils-coreutils-noprefix
w3m
wireguard-tools
zip
zoxide
;
inherit fish;
}
++ builtins.attrValues (hiPrioSet {
inherit helix fish;
inherit helix;
inherit (pkgs) uutils-coreutils-noprefix;
});
# helix as the only editor, a reasonable choice.
environment.sessionVariables.EDITOR = "hx";