1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-18 03:01:04 +00:00
ncc/modules/shell-utils.mod.nix
2025-10-16 22:43:02 +03:00

9 lines
129 B
Nix

{
homeModules.shell-utils = { pkgs, ...}: {
packages = [
pkgs.moreutils
pkgs.jc
pkgs.tokei
];
};
}