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
|
television
|
||||||
trash-cli
|
trash-cli
|
||||||
util-linux
|
util-linux
|
||||||
uutils-coreutils-noprefix
|
|
||||||
w3m
|
w3m
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
zip
|
zip
|
||||||
zoxide
|
zoxide
|
||||||
;
|
;
|
||||||
|
inherit fish;
|
||||||
}
|
}
|
||||||
++ builtins.attrValues (hiPrioSet {
|
++ builtins.attrValues (hiPrioSet {
|
||||||
inherit helix fish;
|
inherit helix;
|
||||||
|
inherit (pkgs) uutils-coreutils-noprefix;
|
||||||
});
|
});
|
||||||
# helix as the only editor, a reasonable choice.
|
# helix as the only editor, a reasonable choice.
|
||||||
environment.sessionVariables.EDITOR = "hx";
|
environment.sessionVariables.EDITOR = "hx";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue