diff --git a/hosts/common.nix b/hosts/common.nix index 4042f4f..8529298 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -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";