hosts: common: make uutils highprio, make fish non-highprio
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a696475cf73ae355ad06a428a00d7017848b2
This commit is contained in:
parent
e9a49bc050
commit
32f12cf705
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue