From 32f12cf705649766abed8d07995452a3803bf72a Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 19 Jul 2025 17:16:42 +0200 Subject: [PATCH] hosts: common: make uutils highprio, make fish non-highprio Signed-off-by: Bloxx12 Change-Id: I6a6a696475cf73ae355ad06a428a00d7017848b2 --- hosts/common.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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";