treewide: migration to uutils-{coreutils-no-prefix, diffutils, findutils}
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
5dab6c5e28
commit
b685228bbb
2 changed files with 18 additions and 12 deletions
|
|
@ -1,12 +1,15 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
home-manager
|
(lib.hiPrio uutils-coreutils-noprefix)
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
uutils-findutils
|
||||||
nixos-anywhere
|
uutils-diffutils
|
||||||
sbctl
|
home-manager
|
||||||
sops
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,15 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
home-manager
|
(lib.hiPrio uutils-coreutils-noprefix)
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
uutils-findutils
|
||||||
nixos-anywhere
|
uutils-diffutils
|
||||||
sbctl
|
home-manager
|
||||||
sops
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue