Files
nix-config/osConfigs/global/packages.nix
tomoron 6d045d1d4d
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m36s
uacess on usb df11 devices and setup nix-ld
2026-01-19 11:51:50 +01:00

28 lines
1.0 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:21 by tomoron #+# #+# #
# Updated: 2025/12/30 18:12:05 by tomoron ### ########.fr #
# #
# **************************************************************************** #
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
home-manager
vim
pciutils
usbutils
ntfs3g
cryptsetup
acpi
nss
];
}