treewide: remove xorg package set

Xorg package set removed, now aliases.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-07 09:00:55 -06:00
parent 6cee082157
commit cbd8a72e5f
11 changed files with 13 additions and 33 deletions

View file

@ -371,7 +371,7 @@ in
exit 1
esac
echo "Xft.dpi: $DPI" | ''${pkgs.xorg.xrdb}/bin/xrdb -merge
echo "Xft.dpi: $DPI" | ''${lib.getExe pkgs.xrdb} -merge
'''
};
}