nixos/hadi/utils.nix
2024-03-11 19:36:05 +01:00

18 lines
212 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
unzip
ripgrep
wget
libva
qt5ct
stow
blueman
gcc
peaclock
alejandra
libnotify
xdg_utils
tldr
];
}